aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorJouni Malinen <jouni@qca.qualcomm.com>2012-04-16 12:25:35 -0400
committerKalle Valo <kvalo@qca.qualcomm.com>2012-04-18 06:10:04 -0400
commita432e7cc4f3e59f2fd75bb2fd66580f16e8a7447 (patch)
tree34729ddc02f99e7972b9a9465b5d69547de54ef6 /drivers
parentd472b5e43dadf7d819ec85464f2c93e696d8f109 (diff)
ath6kl: Remove incorrect Probe Response offload support for Interworking
ath6kl does not support Probe Response offloading for Interworking (IEEE 802.11u), so remove the incorrectly added capability flag for it. Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/wireless/ath/ath6kl/cfg80211.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath6kl/cfg80211.c b/drivers/net/wireless/ath/ath6kl/cfg80211.c
index a5f4fd9ff467..d8fb820f1c9a 100644
--- a/drivers/net/wireless/ath/ath6kl/cfg80211.c
+++ b/drivers/net/wireless/ath/ath6kl/cfg80211.c
@@ -3466,8 +3466,7 @@ int ath6kl_cfg80211_init(struct ath6kl *ar)
3466 ar->wiphy->probe_resp_offload = 3466 ar->wiphy->probe_resp_offload =
3467 NL80211_PROBE_RESP_OFFLOAD_SUPPORT_WPS | 3467 NL80211_PROBE_RESP_OFFLOAD_SUPPORT_WPS |
3468 NL80211_PROBE_RESP_OFFLOAD_SUPPORT_WPS2 | 3468 NL80211_PROBE_RESP_OFFLOAD_SUPPORT_WPS2 |
3469 NL80211_PROBE_RESP_OFFLOAD_SUPPORT_P2P | 3469 NL80211_PROBE_RESP_OFFLOAD_SUPPORT_P2P;
3470 NL80211_PROBE_RESP_OFFLOAD_SUPPORT_80211U;
3471 3470
3472 ret = wiphy_register(wiphy); 3471 ret = wiphy_register(wiphy);
3473 if (ret < 0) { 3472 if (ret < 0) {