projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
[ARM] at91_adc parenthesis balance
[linux-2.6]
/
drivers
/
net
/
wireless
/
libertas
/
fw.h
1
/**
2
* This header file contains FW interface related definitions.
3
*/
4
#ifndef _WLAN_FW_H_
5
#define _WLAN_FW_H_
6
7
#ifndef DEV_NAME_LEN
8
#define DEV_NAME_LEN 32
9
#endif
10
11
int libertas_init_fw(wlan_private * priv);
12
13
#endif /* _WLAN_FW_H_ */