mac80211: don't always advertise remain-on-channel
[deliverable/linux.git] / drivers / net / wireless / ath / ath9k / init.c
index fc8156eb6eba6c454953fa196e952f61e64ad031..daaa86f2463b2e9e69a634b995728e564574fea9 100644 (file)
@@ -678,6 +678,7 @@ void ath9k_set_hw_capab(struct ath_softc *sc, struct ieee80211_hw *hw)
 
        hw->wiphy->flags |= WIPHY_FLAG_IBSS_RSN;
        hw->wiphy->flags |= WIPHY_FLAG_SUPPORTS_TDLS;
+       hw->wiphy->flags |= WIPHY_FLAG_HAS_REMAIN_ON_CHANNEL;
 
        hw->queues = 4;
        hw->max_rates = 4;
This page took 0.026588 seconds and 5 git commands to generate.