diff options
author | Johannes Berg <johannes.berg@intel.com> | 2011-11-18 15:33:48 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-11-21 16:20:49 -0500 |
commit | 7c4ef7122cef54dc49562eea35cbfaf0f44faa0b (patch) | |
tree | 97cc3b8e602c432375fbe0cdeea9aac8ecbb0fbd /drivers | |
parent | f2dc7989bf821a0ca78289b32f16078c76c88e7e (diff) | |
download | linux-stable-7c4ef7122cef54dc49562eea35cbfaf0f44faa0b.tar.gz linux-stable-7c4ef7122cef54dc49562eea35cbfaf0f44faa0b.tar.bz2 linux-stable-7c4ef7122cef54dc49562eea35cbfaf0f44faa0b.zip |
cfg80211: add flags for off-channel capabilities
Currently mac80211 implements these for all devices,
but given restrictions of some devices that isn't
really true, so prepare for being able to remove the
capability for some mac80211 devices.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Acked-by: Kalle Valo <kvalo@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/wireless/ath/ath6kl/init.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath6kl/init.c b/drivers/net/wireless/ath/ath6kl/init.c index 57529acb9144..30050af9d4c6 100644 --- a/drivers/net/wireless/ath/ath6kl/init.c +++ b/drivers/net/wireless/ath/ath6kl/init.c @@ -1602,7 +1602,8 @@ int ath6kl_core_init(struct ath6kl *ar) ar->conf_flags |= ATH6KL_CONF_SUSPEND_CUTPOWER; ar->wiphy->flags |= WIPHY_FLAG_SUPPORTS_FW_ROAM | - WIPHY_FLAG_HAVE_AP_SME; + WIPHY_FLAG_HAVE_AP_SME | + WIPHY_FLAG_HAS_REMAIN_ON_CHANNEL; set_bit(FIRST_BOOT, &ar->flag); |