diff options
author | Sujith <Sujith.Manoharan@atheros.com> | 2008-08-25 22:40:29 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-08-29 16:24:09 -0400 |
commit | 822ceaefaaaea4bcd7965e3f4b3479e805f7dfa5 (patch) | |
tree | efe9023e6e78d07c97e86cc99cb2a360f0075567 /drivers/net/wireless/ath9k/ath9k.h | |
parent | c83be6885e2f1ee6e0b290b6cfc82014c675e087 (diff) |
ath9k: Remove more dead code
Signed-off-by: Sujith Manoharan <Sujith.Manoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath9k/ath9k.h')
-rw-r--r-- | drivers/net/wireless/ath9k/ath9k.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/net/wireless/ath9k/ath9k.h b/drivers/net/wireless/ath9k/ath9k.h index 020b97fd208c..28b8d84f49b4 100644 --- a/drivers/net/wireless/ath9k/ath9k.h +++ b/drivers/net/wireless/ath9k/ath9k.h | |||
@@ -628,11 +628,6 @@ struct ath9k_country_entry { | |||
628 | (IEEE80211_WEP_IVLEN + \ | 628 | (IEEE80211_WEP_IVLEN + \ |
629 | IEEE80211_WEP_KIDLEN + \ | 629 | IEEE80211_WEP_KIDLEN + \ |
630 | IEEE80211_WEP_CRCLEN)) | 630 | IEEE80211_WEP_CRCLEN)) |
631 | #define IEEE80211_MAX_LEN (2300 + FCS_LEN + \ | ||
632 | (IEEE80211_WEP_IVLEN + \ | ||
633 | IEEE80211_WEP_KIDLEN + \ | ||
634 | IEEE80211_WEP_CRCLEN)) | ||
635 | |||
636 | #define MAX_RATE_POWER 63 | 631 | #define MAX_RATE_POWER 63 |
637 | 632 | ||
638 | enum ath9k_power_mode { | 633 | enum ath9k_power_mode { |