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:
parent
1897a50c8f
commit
65dab9a0e1
1 changed files with 2 additions and 2 deletions
|
@ -457,7 +457,7 @@ typedef enum _RT_OP_MODE{
|
||||||
#define RT_ASSERT_RET(_Exp) do {} while(0)
|
#define RT_ASSERT_RET(_Exp) do {} while(0)
|
||||||
#define RT_ASSERT_RET_VALUE(_Exp,Ret) do {} while(0)
|
#define RT_ASSERT_RET_VALUE(_Exp,Ret) do {} while(0)
|
||||||
|
|
||||||
typedef struct ieee_param {
|
struct ieee_param {
|
||||||
u32 cmd;
|
u32 cmd;
|
||||||
u8 sta_addr[ETH_ALEN];
|
u8 sta_addr[ETH_ALEN];
|
||||||
union {
|
union {
|
||||||
|
@ -484,7 +484,7 @@ typedef struct ieee_param {
|
||||||
u8 key[0];
|
u8 key[0];
|
||||||
} crypt;
|
} crypt;
|
||||||
} u;
|
} u;
|
||||||
}ieee_param;
|
};//;
|
||||||
|
|
||||||
|
|
||||||
#if WIRELESS_EXT < 17
|
#if WIRELESS_EXT < 17
|
||||||
|
|
Loading…
Add table
Reference in a new issue