Skip to content

Commit

Permalink
staging: rtl8192e: Convert typedef ieee_param to struct ieee_param
Browse files Browse the repository at this point in the history
Remove typedef from struct.
Rename struct.
Rename uses.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent 1897a50 commit 65dab9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/staging/rtl8192e/rtllib.h
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ typedef enum _RT_OP_MODE{
#define RT_ASSERT_RET(_Exp) do {} while(0)
#define RT_ASSERT_RET_VALUE(_Exp,Ret) do {} while(0)

typedef struct ieee_param {
struct ieee_param {
u32 cmd;
u8 sta_addr[ETH_ALEN];
union {
Expand All @@ -484,7 +484,7 @@ typedef struct ieee_param {
u8 key[0];
} crypt;
} u;
}ieee_param;
};//;


#if WIRELESS_EXT < 17
Expand Down

0 comments on commit 65dab9a

Please sign in to comment.