mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-07 19:49:33 -04: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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user