diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-03-23 20:57:32 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-03-30 14:15:20 -0400 |
commit | 340d0ea774d4ff0038a068e14340b59c5a1fce2c (patch) | |
tree | eebc81651f2528ece090445f2b65878e2eb02a63 /drivers/net/wireless/ath/ath9k/hw.c | |
parent | 6de12a1bcef0145436e815d30a3d48b9fadb199d (diff) | |
download | op-kernel-dev-340d0ea774d4ff0038a068e14340b59c5a1fce2c.zip op-kernel-dev-340d0ea774d4ff0038a068e14340b59c5a1fce2c.tar.gz |
ath9k_hw: remove ATH9K_HW_CAP_ENHANCEDPM
It is not used anywhere
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/hw.c')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/hw.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath9k/hw.c b/drivers/net/wireless/ath/ath9k/hw.c index 5c676da..a2509dc 100644 --- a/drivers/net/wireless/ath/ath9k/hw.c +++ b/drivers/net/wireless/ath/ath9k/hw.c @@ -1903,8 +1903,6 @@ int ath9k_hw_fill_cap_info(struct ath_hw *ah) 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) { |