mirror of
https://github.com/torvalds/linux.git
synced 2025-01-01 07:42:07 +00:00
staging: rtl8192e: Convert typedef BA_ACTION to enum ba_action
Remove typedef from enum. Rename enum. Rename uses. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
5a604053a9
commit
07276bac0f
@ -609,11 +609,11 @@ enum ts_action {
|
||||
ACT_SCHEDULE = 3,
|
||||
};
|
||||
|
||||
typedef enum _BA_ACTION{
|
||||
enum ba_action {
|
||||
ACT_ADDBAREQ = 0,
|
||||
ACT_ADDBARSP = 1,
|
||||
ACT_DELBA = 2,
|
||||
} BA_ACTION, *PBA_ACTION;
|
||||
};
|
||||
|
||||
typedef enum _InitialGainOpType{
|
||||
IG_Backup=0,
|
||||
|
Loading…
Reference in New Issue
Block a user