From c8af900e2d14420b7f7a06f1f69884d5cc2320c3 Mon Sep 17 00:00:00 2001 From: Moritz Muehlenhoff Date: Sun, 25 Jan 2009 21:55:07 +0100 Subject: Staging: wlan-ng: Remove dead/unused code from p80211msg.h Signed-off-by: Moritz Muehlenhoff Signed-off-by: Greg Kroah-Hartman --- drivers/staging/wlan-ng/p80211msg.h | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'drivers/staging/wlan-ng/p80211msg.h') 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 */ - -- cgit v1.1