summaryrefslogtreecommitdiff
path: root/drivers/staging/otus/zdcompat.h
diff options
context:
space:
mode:
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 d9a3b2d5ba1e..84ac43356b77 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