diff options
author | Sujith <Sujith.Manoharan@atheros.com> | 2009-07-23 15:32:34 +0530 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-07-27 15:24:14 -0400 |
commit | 9e98ac65a39df54fb0520cd86d1e7373319df00f (patch) | |
tree | e7db3fbf4d29ad3a1ae22a8caa6d759923b27baa /drivers/net/wireless/ath/ath9k/ath9k.h | |
parent | 305fe47fb8ac1279f01284c1ba5875fa9a355d22 (diff) | |
download | talos-op-linux-9e98ac65a39df54fb0520cd86d1e7373319df00f.tar.gz talos-op-linux-9e98ac65a39df54fb0520cd86d1e7373319df00f.zip |
ath9k: Remove redundant HT macros
These can be obtained from mac80211.
Signed-off-by: Sujith <Sujith.Manoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/ath9k.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/ath9k.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ath9k.h b/drivers/net/wireless/ath/ath9k/ath9k.h index 751885a5df47..ebcf78b1ba73 100644 --- a/drivers/net/wireless/ath/ath9k/ath9k.h +++ b/drivers/net/wireless/ath/ath9k/ath9k.h @@ -194,8 +194,6 @@ void ath_descdma_cleanup(struct ath_softc *sc, struct ath_descdma *dd, #define IEEE80211_SEQ_SEQ_SHIFT 4 #define IEEE80211_SEQ_MAX 4096 -#define IEEE80211_MIN_AMPDU_BUF 0x8 -#define IEEE80211_HTCAP_MAXRXAMPDU_FACTOR 13 #define IEEE80211_WEP_IVLEN 3 #define IEEE80211_WEP_KIDLEN 1 #define IEEE80211_WEP_CRCLEN 4 |