summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorSujith2009-03-10 06:09:53 +0100
committerJohn W. Linville2009-03-16 23:09:42 +0100
commiteeee1320b768a18822691126becc802c706aab5a (patch)
tree62b881460da0c0357661e64239b3e7ff5ecf8d2a /drivers
parentath9k: make few eeprom and calib items static (diff)
downloadkernel-qcow2-linux-eeee1320b768a18822691126becc802c706aab5a.tar.gz
kernel-qcow2-linux-eeee1320b768a18822691126becc802c706aab5a.tar.xz
kernel-qcow2-linux-eeee1320b768a18822691126becc802c706aab5a.zip
ath9k: Add spectrum management to HW capabilities
Signed-off-by: Sujith <Sujith.Manoharan@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/wireless/ath9k/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath9k/main.c b/drivers/net/wireless/ath9k/main.c
index e9b3f365f099..a2f5af634f6c 100644
--- a/drivers/net/wireless/ath9k/main.c
+++ b/drivers/net/wireless/ath9k/main.c
@@ -1582,7 +1582,8 @@ void ath_set_hw_capab(struct ath_softc *sc, struct ieee80211_hw *hw)
IEEE80211_HW_SIGNAL_DBM |
IEEE80211_HW_AMPDU_AGGREGATION |
IEEE80211_HW_SUPPORTS_PS |
- IEEE80211_HW_PS_NULLFUNC_STACK;
+ IEEE80211_HW_PS_NULLFUNC_STACK |
+ IEEE80211_HW_SPECTRUM_MGMT;
if (AR_SREV_9160_10_OR_LATER(sc->sc_ah) || modparam_nohwcrypt)
hw->flags |= IEEE80211_HW_MFP_CAPABLE;