staging: rtl8192e: Convert typedef HT_BW40_SC_E to enum ht_bw40_sc

Remove typedef from enum.
Rename enum.
Rename uses.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger
2011-07-19 19:03:53 -05:00
parent c4e6d760d8
commit 11b639c3e2

View File

@@ -128,12 +128,12 @@ enum ht_action {
};
typedef enum _HT_Bandwidth_40MHZ_Sub_Carrier{
enum ht_bw40_sc {
SC_MODE_DUPLICATE = 0,
SC_MODE_LOWER = 1,
SC_MODE_UPPER = 2,
SC_MODE_FULL40MHZ = 3,
}HT_BW40_SC_E;
};
struct ht_capab_ele {