mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-13 15:19:26 -04:00
staging: rtl8192e: Convert typedef ACK_POLICY to enum ack_policy
Remove typedef from enum. Rename enum. Rename uses. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user