Skip to content

Commit

Permalink
staging: rtl8192e: Convert typedef HT_ACTION to enum ht_action
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 c1c5d07 commit c4e6d76
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 @@ -114,7 +114,7 @@ union ht_capability_macpara {
};
*/

typedef enum _HT_ACTION{
enum ht_action {
ACT_RECOMMAND_WIDTH = 0,
ACT_MIMO_PWR_SAVE = 1,
ACT_PSMP = 2,
Expand All @@ -125,7 +125,7 @@ typedef enum _HT_ACTION{
ACT_MIMO_NOCOMPR_STEER = 7,
ACT_MIMO_COMPR_STEER = 8,
ACT_ANTENNA_SELECT = 9,
} HT_ACTION, *PHT_ACTION;
};


typedef enum _HT_Bandwidth_40MHZ_Sub_Carrier{
Expand Down

0 comments on commit c4e6d76

Please sign in to comment.