Skip to content

Commit

Permalink
staging: rtl8192e: Convert typedef HT_BW40_SC_E to enum ht_bw40_sc
Browse files Browse the repository at this point in the history
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 c4e6d76 commit 11b639c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/staging/rtl8192e/rtl819x_HT.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down

0 comments on commit 11b639c

Please sign in to comment.