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
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user