Skip to content

Commit

Permalink
Staging: w35und: Remove unused typedefs MLME_DEAUTHREQ_PARA and MLME_…
Browse files Browse the repository at this point in the history
…DISASSOCREQ_PARA

Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Pekka Enberg authored and Greg Kroah-Hartman committed Mar 4, 2010
1 parent 8fab402 commit 096417e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions drivers/staging/winbond/mlme_s.h
Original file line number Diff line number Diff line change
Expand Up @@ -165,14 +165,6 @@ typedef struct _AUTHREQ {

} MLME_AUTHREQ_PARA, *psMLME_AUTHREQ_PARA;

struct _Reason_Code {

u8 peerMACaddr[MAC_ADDR_LENGTH];
u16 wReasonCode;
};
typedef struct _Reason_Code MLME_DEAUTHREQ_PARA, *psMLME_DEAUTHREQ_PARA;
typedef struct _Reason_Code MLME_DISASSOCREQ_PARA, *psMLME_DISASSOCREQ_PARA;

typedef struct _ASSOCREQ {
u8 PeerSTAAddr[MAC_ADDR_LENGTH];
u16 CapabilityInfo;
Expand Down

0 comments on commit 096417e

Please sign in to comment.