dect
/
linux-2.6
Archived
13
0
Fork 0

staging: rtl8192e: Convert typedef ieee_param to struct ieee_param

Remove typedef from struct.
Rename struct.
Rename uses.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2011-07-19 00:14:16 -05:00
parent 1897a50c8f
commit 65dab9a0e1
1 changed files with 2 additions and 2 deletions

View File

@ -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 {
@ -484,7 +484,7 @@ typedef struct ieee_param {
u8 key[0];
} crypt;
} u;
}ieee_param;
};//;
#if WIRELESS_EXT < 17