Skip to content

Commit

Permalink
staging: rtl8192e: Convert typedef RATR_TABLE_MODE_8192S to enum ratr…
Browse files Browse the repository at this point in the history
…_table_mode_8192s

Remove typedef from enum.
Rename enum.
Rename uses.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent 74082c9 commit d0df281
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/staging/rtl8192e/rtllib.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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 {
Expand Down

0 comments on commit d0df281

Please sign in to comment.