Pull bugzilla-9429 into release branch
[pv_ops_mirror.git] / drivers / net / wireless / libertas / wext.h
blob6aa444c7de8d6d43fc144ee5beb4397beca880b4
1 /**
2 * This file contains definition for IOCTL call.
3 */
4 #ifndef _WLAN_WEXT_H_
5 #define _WLAN_WEXT_H_
7 /** wlan_ioctl_regrdwr */
8 struct wlan_ioctl_regrdwr {
9 /** Which register to access */
10 u16 whichreg;
11 /** Read or Write */
12 u16 action;
13 u32 offset;
14 u16 NOB;
15 u32 value;
18 #define WLAN_MONITOR_OFF 0
20 extern struct iw_handler_def libertas_handler_def;
21 extern struct iw_handler_def mesh_handler_def;
23 #endif /* _WLAN_WEXT_H_ */