aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
diff options
context:
space:
mode:
authorSimon Wunderlich <simon.wunderlich@s2003.tu-chemnitz.de>2013-08-14 02:01:34 -0400
committerJohn W. Linville <linville@tuxdriver.com>2013-08-16 14:17:48 -0400
commit6fac8bbcd5cd77ea561409c3c0ae16b4e7b9fc3e (patch)
tree1bf7a682bbfcf0aad4f602436d04ea59066d13b8 /drivers/net/wireless/ath
parent67a5533015be005caff61ee9cae42920a54e3a9b (diff)
ath9k: announce that ath9k supports 5/10 MHz
Signed-off-by: Simon Wunderlich <siwu@hrz.tu-chemnitz.de> Signed-off-by: Mathias Kretschmer <mathias.kretschmer@fokus.fraunhofer.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath')
-rw-r--r--drivers/net/wireless/ath/ath9k/init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/init.c b/drivers/net/wireless/ath/ath9k/init.c
index 6347378fc389..60bb4d6f1d82 100644
--- a/drivers/net/wireless/ath/ath9k/init.c
+++ b/drivers/net/wireless/ath/ath9k/init.c
@@ -860,6 +860,7 @@ void ath9k_set_hw_capab(struct ath_softc *sc, struct ieee80211_hw *hw)
860 hw->wiphy->flags |= WIPHY_FLAG_IBSS_RSN; 860 hw->wiphy->flags |= WIPHY_FLAG_IBSS_RSN;
861 hw->wiphy->flags |= WIPHY_FLAG_SUPPORTS_TDLS; 861 hw->wiphy->flags |= WIPHY_FLAG_SUPPORTS_TDLS;
862 hw->wiphy->flags |= WIPHY_FLAG_HAS_REMAIN_ON_CHANNEL; 862 hw->wiphy->flags |= WIPHY_FLAG_HAS_REMAIN_ON_CHANNEL;
863 hw->wiphy->flags |= WIPHY_FLAG_SUPPORTS_5_10_MHZ;
863 864
864#ifdef CONFIG_PM_SLEEP 865#ifdef CONFIG_PM_SLEEP
865 if ((ah->caps.hw_caps & ATH9K_HW_WOW_DEVICE_CAPABLE) && 866 if ((ah->caps.hw_caps & ATH9K_HW_WOW_DEVICE_CAPABLE) &&