diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-03-25 21:12:28 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-03-25 21:12:28 +0000 |
commit | 1938d5a6691c3cfa081e94ddbf48a12e02129ec1 (patch) | |
tree | e9b959c01a78ccda243afe63c2933f8ac8447564 /package/mac80211/patches/568-ath9k_remove_enhancedpm.patch | |
parent | 3b6e38ba6a28013728eadab9b114101cde518fe5 (diff) | |
download | upstream-1938d5a6691c3cfa081e94ddbf48a12e02129ec1.tar.gz upstream-1938d5a6691c3cfa081e94ddbf48a12e02129ec1.tar.bz2 upstream-1938d5a6691c3cfa081e94ddbf48a12e02129ec1.zip |
mac80211: update to wireless-testing 2011-03-24
SVN-Revision: 26293
Diffstat (limited to 'package/mac80211/patches/568-ath9k_remove_enhancedpm.patch')
-rw-r--r-- | package/mac80211/patches/568-ath9k_remove_enhancedpm.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/package/mac80211/patches/568-ath9k_remove_enhancedpm.patch b/package/mac80211/patches/568-ath9k_remove_enhancedpm.patch deleted file mode 100644 index 97921c22fe..0000000000 --- a/package/mac80211/patches/568-ath9k_remove_enhancedpm.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- a/drivers/net/wireless/ath/ath9k/hw.c -+++ b/drivers/net/wireless/ath/ath9k/hw.c -@@ -1912,8 +1912,6 @@ int ath9k_hw_fill_cap_info(struct ath_hw - pCap->rts_aggr_limit = (8 * 1024); - } - -- pCap->hw_caps |= ATH9K_HW_CAP_ENHANCEDPM; -- - #if defined(CONFIG_RFKILL) || defined(CONFIG_RFKILL_MODULE) - ah->rfsilent = ah->eep_ops->get_eeprom(ah, EEP_RF_SILENT); - if (ah->rfsilent & EEP_RFSILENT_ENABLED) { ---- a/drivers/net/wireless/ath/ath9k/hw.h -+++ b/drivers/net/wireless/ath/ath9k/hw.h -@@ -174,7 +174,6 @@ enum ath9k_hw_caps { - ATH9K_HW_CAP_HT = BIT(0), - ATH9K_HW_CAP_RFSILENT = BIT(1), - ATH9K_HW_CAP_CST = BIT(2), -- ATH9K_HW_CAP_ENHANCEDPM = BIT(3), - ATH9K_HW_CAP_AUTOSLEEP = BIT(4), - ATH9K_HW_CAP_4KB_SPLITTRANS = BIT(5), - ATH9K_HW_CAP_EDMA = BIT(6), |