]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
ath9k: Add spectrum management to HW capabilities
authorSujith <Sujith.Manoharan@atheros.com>
Tue, 10 Mar 2009 05:09:53 +0000 (10:39 +0530)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 16 Mar 2009 22:09:42 +0000 (18:09 -0400)
Signed-off-by: Sujith <Sujith.Manoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath9k/main.c

index e9b3f365f099a5bfbeef0f828ea2e111f7d9031e..a2f5af634f6cd90d87acbc005d2c122023d66935 100644 (file)
@@ -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;