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