Skip to content

Commit

Permalink
staging: rtl8192e: Convert typedef ACK_POLICY to enum ack_policy
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 bb9a7b3 commit 4164e4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/staging/rtl8192e/rtl819x_Qos.h
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,10 @@ typedef u32 QOS_MODE, *PQOS_MODE;
#define ACM_TIMEOUT 1000
#define SESSION_REJECT_TIMEOUT 60000

typedef enum _ACK_POLICY{
enum ack_policy {
eAckPlc0_ACK = 0x00,
eAckPlc1_NoACK = 0x01,
} ACK_POLICY,*PACK_POLICY;
};


#define SET_WMM_QOS_INFO_FIELD(_pStart, _val) WriteEF1Byte(_pStart, _val)
Expand Down

0 comments on commit 4164e4d

Please sign in to comment.