projects
/
platform
/
kernel
/
linux-3.10.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74082c9
)
staging: rtl8192e: Convert typedef RATR_TABLE_MODE_8192S to enum ratr_table_mode_8192s
author
Larry Finger
<Larry.Finger@lwfinger.net>
Wed, 20 Jul 2011 02:07:59 +0000
(21:07 -0500)
committer
Larry Finger
<Larry.Finger@lwfinger.net>
Wed, 24 Aug 2011 15:53:09 +0000
(10:53 -0500)
Remove typedef from enum.
Rename enum.
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
461c150
..
63eb5b5
100644
(file)
--- a/
drivers/staging/rtl8192e/rtllib.h
+++ b/
drivers/staging/rtl8192e/rtllib.h
@@
-2031,7
+2031,7
@@
struct rate_adaptive {
u8 PreRATRState;
};
-
typedef enum _RATR_TABLE_MODE_8192S
{
+
enum ratr_table_mode_8192s
{
RATR_INX_WIRELESS_NGB = 0,
RATR_INX_WIRELESS_NG = 1,
RATR_INX_WIRELESS_NB = 2,
@@
-2041,7
+2041,7
@@
typedef enum _RATR_TABLE_MODE_8192S{
RATR_INX_WIRELESS_B = 6,
RATR_INX_WIRELESS_MC = 7,
RATR_INX_WIRELESS_A = 8,
-}
RATR_TABLE_MODE_8192S, *PRATR_TABLE_MODE_8192S
;
+};
#define NUM_PMKID_CACHE 16
struct rt_pmkid_list {