mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
staging: rtl8192e: Convert typedef erp_t to enum erp_t
Remove typedef from enum. Rename enum. Rename uses. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
80f839d439
commit
3b45eb8309
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user