aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/otus/zdcompat.h
diff options
context:
space:
mode:
authorAlexander Beregalov <a.beregalov@gmail.com>2009-07-03 16:25:52 +0400
committerGreg Kroah-Hartman <gregkh@suse.de>2009-09-15 12:01:33 -0700
commit92e6765f4080520759acfb0bc41402485271365a (patch)
tree235b3023e428b864a2064ac62d567bcf797e9a3f /drivers/staging/otus/zdcompat.h
parent4a5629b92ee530e7c3077689d5efb90be613a9a5 (diff)
downloadkernel_samsung_smdk4412-92e6765f4080520759acfb0bc41402485271365a.zip
kernel_samsung_smdk4412-92e6765f4080520759acfb0bc41402485271365a.tar.gz
kernel_samsung_smdk4412-92e6765f4080520759acfb0bc41402485271365a.tar.bz2
Staging: otus: remove dependency on WIRELESS_EXT version
As the driver is in mainline now we can remove such dependency. WIRELESS_EXT is 22 now and it is always defined. Signed-off-by: Alexander Beregalov <a.beregalov@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/otus/zdcompat.h')
-rw-r--r--drivers/staging/otus/zdcompat.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/staging/otus/zdcompat.h b/drivers/staging/otus/zdcompat.h
index d9a3b2d..84ac433 100644
--- a/drivers/staging/otus/zdcompat.h
+++ b/drivers/staging/otus/zdcompat.h
@@ -35,16 +35,6 @@
#undef netdevice_t
typedef struct net_device netdevice_t;
-#ifdef WIRELESS_EXT
-#if (WIRELESS_EXT < 13)
-struct iw_request_info
-{
- __u16 cmd; /* Wireless Extension command */
- __u16 flags; /* More to come ;-) */
-};
-#endif
-#endif
-
#ifndef in_atomic
#define in_atomic() 0
#endif