Commit 1f205456 authored by John Whitmore's avatar John Whitmore Committed by Greg Kroah-Hartman

staging:rtl8192u: Remove unused defines - Style

Remove a number of unused constant definitions.

This is a coding style change which should have no impact on runtime
code execution.
Signed-off-by: default avatarJohn Whitmore <johnfwhitmore@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 2c6d0ee3
...@@ -2,11 +2,7 @@ ...@@ -2,11 +2,7 @@
#ifndef _BATYPE_H_ #ifndef _BATYPE_H_
#define _BATYPE_H_ #define _BATYPE_H_
#define TOTAL_TXBA_NUM 16
#define TOTAL_RXBA_NUM 16
#define BA_SETUP_TIMEOUT 200 #define BA_SETUP_TIMEOUT 200
#define BA_INACT_TIMEOUT 60000
#define BA_POLICY_DELAYED 0 #define BA_POLICY_DELAYED 0
#define BA_POLICY_IMMEDIATE 1 #define BA_POLICY_IMMEDIATE 1
...@@ -15,7 +11,6 @@ ...@@ -15,7 +11,6 @@
#define ADDBA_STATUS_REFUSED 37 #define ADDBA_STATUS_REFUSED 37
#define ADDBA_STATUS_INVALID_PARAM 38 #define ADDBA_STATUS_INVALID_PARAM 38
#define DELBA_REASON_QSTA_LEAVING 36
#define DELBA_REASON_END_BA 37 #define DELBA_REASON_END_BA 37
#define DELBA_REASON_UNKNOWN_BA 38 #define DELBA_REASON_UNKNOWN_BA 38
#define DELBA_REASON_TIMEOUT 39 #define DELBA_REASON_TIMEOUT 39
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment