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

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

parent 0a2a58de
Loading
Loading
Loading
Loading
+0 −17
Original line number Diff line number Diff line
@@ -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 */