Skip to content

Commit

Permalink
staging: rtl8192e: Convert typedef TS_ACTION to enum ts_action
Browse files Browse the repository at this point in the history
Remove typedef from enum.
Rename enum.
Rename uses.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent 09ced23 commit 5a60405
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/staging/rtl8192e/rtllib.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5a60405

Please sign in to comment.