Commit c8af900e authored by Moritz Muehlenhoff's avatar Moritz Muehlenhoff Committed by Greg Kroah-Hartman

Staging: wlan-ng: Remove dead/unused code from p80211msg.h

Signed-off-by: default avatarMoritz Muehlenhoff <jmm@debian.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 0a2a58de
...@@ -58,7 +58,6 @@ ...@@ -58,7 +58,6 @@
/*================================================================*/ /*================================================================*/
/* Constants */ /* Constants */
#define MSG_BUFF_LEN 4000
#define WLAN_DEVNAMELEN_MAX 16 #define WLAN_DEVNAMELEN_MAX 16
/*================================================================*/ /*================================================================*/
...@@ -77,20 +76,4 @@ typedef struct p80211msg ...@@ -77,20 +76,4 @@ typedef struct p80211msg
u8 devname[WLAN_DEVNAMELEN_MAX]; u8 devname[WLAN_DEVNAMELEN_MAX];
} __attribute__((packed)) p80211msg_t; } __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 */ #endif /* _P80211MSG_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment