Skip to content

Commit

Permalink
staging: rtl8192e: Convert typedef BA_ACTION to enum ba_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 5a60405 commit 07276ba
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 @@ -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,
Expand Down

0 comments on commit 07276ba

Please sign in to comment.