Skip to content

Commit

Permalink
staging: rtl8192e: Convert typedef erp_t to enum erp_t
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 80f839d commit 3b45eb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/staging/rtl8192e/rtllib.h
Original file line number Diff line number Diff line change
Expand Up @@ -1627,11 +1627,11 @@ struct ether_header {
#endif


typedef enum _erp_t{
enum erp_t {
ERP_NonERPpresent = 0x01,
ERP_UseProtection = 0x02,
ERP_BarkerPreambleMode = 0x04,
} erp_t;
};

struct rtllib_network {
/* These entries are used to identify a unique network */
Expand Down

0 comments on commit 3b45eb8

Please sign in to comment.