projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1897a50
)
staging: rtl8192e: Convert typedef ieee_param to struct ieee_param
author
Larry Finger
<Larry.Finger@lwfinger.net>
Tue, 19 Jul 2011 05:14:16 +0000
(
00:14
-0500)
committer
Larry Finger
<Larry.Finger@lwfinger.net>
Wed, 24 Aug 2011 06:50:58 +0000
(
01:50
-0500)
Remove typedef from struct.
Rename struct.
Rename uses.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
drivers/staging/rtl8192e/rtllib.h
patch
|
blob
|
history
diff --git
a/drivers/staging/rtl8192e/rtllib.h
b/drivers/staging/rtl8192e/rtllib.h
index 20c91e41405973e7ff295f86b420012077094308..94120ab614728de437639d8ce818f1889bdb31e0 100644
(file)
--- a/
drivers/staging/rtl8192e/rtllib.h
+++ b/
drivers/staging/rtl8192e/rtllib.h
@@
-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