[PATCH] Marvell Libertas 8388 802.11b/g USB driver
[deliverable/linux.git] / 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_ */
This page took 0.030053 seconds and 5 git commands to generate.