Skip to content

Commit

Permalink
staging: rtl8192e: Convert typedef HT_AGGRE_SIZE_E to enum ht_aggre_size
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 d0df281 commit e660594
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 @@ -397,12 +397,12 @@ extern u8 MCS_FILTER_1SS[16];

#define IS_11N_MCS_RATE(rate) (rate&0x80)

typedef enum _HT_AGGRE_SIZE_E{
enum ht_aggre_size {
HT_AGG_SIZE_8K = 0,
HT_AGG_SIZE_16K = 1,
HT_AGG_SIZE_32K = 2,
HT_AGG_SIZE_64K = 3,
} HT_AGGRE_SIZE_E, *PHT_AGGRE_SIZE_E;
};

enum ht_iot_peer {
HT_IOT_PEER_UNKNOWN = 0,
Expand Down

0 comments on commit e660594

Please sign in to comment.