diff options
author | Sujith <Sujith.Manoharan@atheros.com> | 2009-03-10 01:09:53 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-03-16 18:09:42 -0400 |
commit | eeee1320b768a18822691126becc802c706aab5a (patch) | |
tree | 62b881460da0c0357661e64239b3e7ff5ecf8d2a /drivers | |
parent | 15cc0f1ac670d9ff59cbcddb668900e8824b372a (diff) |
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.c | 3 |
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) | |||
1582 | IEEE80211_HW_SIGNAL_DBM | | 1582 | IEEE80211_HW_SIGNAL_DBM | |
1583 | IEEE80211_HW_AMPDU_AGGREGATION | | 1583 | IEEE80211_HW_AMPDU_AGGREGATION | |
1584 | IEEE80211_HW_SUPPORTS_PS | | 1584 | IEEE80211_HW_SUPPORTS_PS | |
1585 | IEEE80211_HW_PS_NULLFUNC_STACK; | 1585 | IEEE80211_HW_PS_NULLFUNC_STACK | |
1586 | IEEE80211_HW_SPECTRUM_MGMT; | ||
1586 | 1587 | ||
1587 | if (AR_SREV_9160_10_OR_LATER(sc->sc_ah) || modparam_nohwcrypt) | 1588 | if (AR_SREV_9160_10_OR_LATER(sc->sc_ah) || modparam_nohwcrypt) |
1588 | hw->flags |= IEEE80211_HW_MFP_CAPABLE; | 1589 | hw->flags |= IEEE80211_HW_MFP_CAPABLE; |