Skip to content

Commit

Permalink
staging: rtl8192e: Convert typedef HT_IOT_PEER_E to enum ht_iot_peer
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 d1936af commit a866534
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions drivers/staging/rtl8192e/rtl819x_HT.h
Original file line number Diff line number Diff line change
Expand Up @@ -404,8 +404,7 @@ typedef enum _HT_AGGRE_SIZE_E{
HT_AGG_SIZE_64K = 3,
} HT_AGGRE_SIZE_E, *PHT_AGGRE_SIZE_E;

typedef enum _HT_IOT_PEER_E
{
enum ht_iot_peer {
HT_IOT_PEER_UNKNOWN = 0,
HT_IOT_PEER_REALTEK = 1,
HT_IOT_PEER_REALTEK_92SE = 2,
Expand All @@ -418,7 +417,7 @@ typedef enum _HT_IOT_PEER_E
HT_IOT_PEER_SELF_SOFTAP = 9,
HT_IOT_PEER_AIRGO = 10,
HT_IOT_PEER_MAX = 11,
} HT_IOT_PEER_E, *PHTIOT_PEER_E;
};

typedef enum _HT_IOT_PEER_SUBTYPE_E
{
Expand Down

0 comments on commit a866534

Please sign in to comment.