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:
parent
c4e6d760d8
commit
11b639c3e2
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue