summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wlan-ng/p80211msg.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/wlan-ng/p80211msg.h')
-rw-r--r--drivers/staging/wlan-ng/p80211msg.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/drivers/staging/wlan-ng/p80211msg.h b/drivers/staging/wlan-ng/p80211msg.h
index 7f83d99..b6ee6e5 100644
--- a/drivers/staging/wlan-ng/p80211msg.h
+++ b/drivers/staging/wlan-ng/p80211msg.h
@@ -58,7 +58,6 @@
/*================================================================*/
/* Constants */
-#define MSG_BUFF_LEN 4000
#define WLAN_DEVNAMELEN_MAX 16
/*================================================================*/
@@ -77,20 +76,4 @@ typedef struct p80211msg
u8 devname[WLAN_DEVNAMELEN_MAX];
} __attribute__((packed)) p80211msg_t;
-typedef struct p80211msgd
-{
- u32 msgcode;
- u32 msglen;
- u8 devname[WLAN_DEVNAMELEN_MAX];
- u8 args[0];
-} __attribute__((packed)) p80211msgd_t;
-
-/*================================================================*/
-/* Extern Declarations */
-
-
-/*================================================================*/
-/* Function Declarations */
-
#endif /* _P80211MSG_H */
-
OpenPOWER on IntegriCloud