Commit 11b639c3 authored by Larry Finger's avatar Larry Finger

staging: rtl8192e: Convert typedef HT_BW40_SC_E to enum ht_bw40_sc

Remove typedef from enum.
Rename enum.
Rename uses.
Signed-off-by: default avatarLarry Finger <Larry.Finger@lwfinger.net>
parent c4e6d760
...@@ -128,12 +128,12 @@ enum ht_action { ...@@ -128,12 +128,12 @@ enum ht_action {
}; };
typedef enum _HT_Bandwidth_40MHZ_Sub_Carrier{ enum ht_bw40_sc {
SC_MODE_DUPLICATE = 0, SC_MODE_DUPLICATE = 0,
SC_MODE_LOWER = 1, SC_MODE_LOWER = 1,
SC_MODE_UPPER = 2, SC_MODE_UPPER = 2,
SC_MODE_FULL40MHZ = 3, SC_MODE_FULL40MHZ = 3,
}HT_BW40_SC_E; };
struct ht_capab_ele { struct ht_capab_ele {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment