Commit 3b45eb83 authored by Larry Finger's avatar Larry Finger

staging: rtl8192e: Convert typedef erp_t to enum erp_t

Remove typedef from enum.
Rename enum.
Rename uses.
Signed-off-by: default avatarLarry Finger <Larry.Finger@lwfinger.net>
parent 80f839d4
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment