diff options
author | Sujith Manoharan <c_manoha@qca.qualcomm.com> | 2012-11-28 15:08:53 +0530 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-11-30 13:38:15 -0500 |
commit | de7b7604eae91f00cd587f8541eec11a7fc505aa (patch) | |
tree | a3a2d4455d7cbf504fbe2c1a7d59e5644ad549e1 /drivers/net/wireless/ath/ath9k/common.h | |
parent | c175db87411f0e79924a48563d5f595b9a352907 (diff) | |
download | lwn-de7b7604eae91f00cd587f8541eec11a7fc505aa.tar.gz lwn-de7b7604eae91f00cd587f8541eec11a7fc505aa.zip |
ath9k: Replace WME_NUM_TID with IEEE80211_NUM_TIDS
Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/common.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/common.h b/drivers/net/wireless/ath/ath9k/common.h index 76b543900314..5f845beeb18b 100644 --- a/drivers/net/wireless/ath/ath9k/common.h +++ b/drivers/net/wireless/ath/ath9k/common.h @@ -23,7 +23,6 @@ /* Common header for Atheros 802.11n base driver cores */ -#define WME_NUM_TID 16 #define WME_BA_BMP_SIZE 64 #define WME_MAX_BA WME_BA_BMP_SIZE #define ATH_TID_MAX_BUFS (2 * WME_MAX_BA) |