staging: rtl8192e: Convert typedef TS_ACTION to enum ts_action
Remove typedef from enum. Rename enum. Rename uses. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
09ced23df6
commit
5a604053a9
1 changed files with 2 additions and 2 deletions
|
@ -602,12 +602,12 @@ enum act_category {
|
|||
ACT_CAT_WMM = 17,
|
||||
};
|
||||
|
||||
typedef enum _TS_ACTION{
|
||||
enum ts_action {
|
||||
ACT_ADDTSREQ = 0,
|
||||
ACT_ADDTSRSP = 1,
|
||||
ACT_DELTS = 2,
|
||||
ACT_SCHEDULE = 3,
|
||||
} TS_ACTION, *PTS_ACTION;
|
||||
};
|
||||
|
||||
typedef enum _BA_ACTION{
|
||||
ACT_ADDBAREQ = 0,
|
||||
|
|
Loading…
Add table
Reference in a new issue