5b0bbc99a21e632d8be970de57ec5807f189f174
[safe/jmp/linux-2.6] / drivers / net / wireless / libertas / wext.h
1 /**
2   * This file contains definition for IOCTL call.
3   */
4 #ifndef _WLAN_WEXT_H_
5 #define _WLAN_WEXT_H_
6
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;
16 };
17
18 #define WLAN_LINKMODE_802_3                     0
19 #define WLAN_LINKMODE_802_11                    2
20 #define WLAN_RADIOMODE_NONE                     0
21 #define WLAN_RADIOMODE_RADIOTAP                 2
22
23 extern struct iw_handler_def libertas_handler_def;
24 extern struct iw_handler_def mesh_handler_def;
25
26 #endif                          /* _WLAN_WEXT_H_ */