]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/wireless/libertas/wext.h
iwl-3945: add #ifdef CONFIG_IWL3945_LEDS to avoid compile warning.
[linux-2.6-omap-h63xx.git] / drivers / net / wireless / libertas / wext.h
index 6aa444c7de8d6d43fc144ee5beb4397beca880b4..4c08db497606707a97ea409a877c8b05a60e4dc4 100644 (file)
@@ -1,23 +1,10 @@
 /**
   * This file contains definition for IOCTL call.
   */
-#ifndef        _WLAN_WEXT_H_
-#define        _WLAN_WEXT_H_
+#ifndef        _LBS_WEXT_H_
+#define        _LBS_WEXT_H_
 
-/** wlan_ioctl_regrdwr */
-struct wlan_ioctl_regrdwr {
-       /** Which register to access */
-       u16 whichreg;
-       /** Read or Write */
-       u16 action;
-       u32 offset;
-       u16 NOB;
-       u32 value;
-};
-
-#define WLAN_MONITOR_OFF                       0
-
-extern struct iw_handler_def libertas_handler_def;
+extern struct iw_handler_def lbs_handler_def;
 extern struct iw_handler_def mesh_handler_def;
 
-#endif                         /* _WLAN_WEXT_H_ */
+#endif