Skip to content

Commit

Permalink
Staging: wlan-ng: Remove dead/unused code from p80211msg.h
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Muehlenhoff <jmm@debian.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Moritz Muehlenhoff authored and Greg Kroah-Hartman committed Apr 3, 2009
1 parent 0a2a58d commit c8af900
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions drivers/staging/wlan-ng/p80211msg.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
/*================================================================*/
/* Constants */

#define MSG_BUFF_LEN 4000
#define WLAN_DEVNAMELEN_MAX 16

/*================================================================*/
Expand All @@ -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 */

0 comments on commit c8af900

Please sign in to comment.