* [PATCH] ath6kl: Remove incorrect Probe Response offload support for Interworking
@ 2012-04-16 16:25 Jouni Malinen
2012-04-18 10:11 ` Kalle Valo
0 siblings, 1 reply; 2+ messages in thread
From: Jouni Malinen @ 2012-04-16 16:25 UTC (permalink / raw)
To: Kalle Valo; +Cc: linux-wireless, ath6kl-devel
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>
---
drivers/net/wireless/ath/ath6kl/cfg80211.c | 3 +--
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 5b988aa..35233eb 100644
--- a/drivers/net/wireless/ath/ath6kl/cfg80211.c
+++ b/drivers/net/wireless/ath/ath6kl/cfg80211.c
@@ -3472,8 +3472,7 @@ int ath6kl_cfg80211_init(struct ath6kl *ar)
ar->wiphy->probe_resp_offload =
NL80211_PROBE_RESP_OFFLOAD_SUPPORT_WPS |
NL80211_PROBE_RESP_OFFLOAD_SUPPORT_WPS2 |
- NL80211_PROBE_RESP_OFFLOAD_SUPPORT_P2P |
- NL80211_PROBE_RESP_OFFLOAD_SUPPORT_80211U;
+ NL80211_PROBE_RESP_OFFLOAD_SUPPORT_P2P;
ret = wiphy_register(wiphy);
if (ret < 0) {
--
1.7.5.4
--
Jouni Malinen PGP id EFC895FA
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ath6kl: Remove incorrect Probe Response offload support for Interworking
2012-04-16 16:25 [PATCH] ath6kl: Remove incorrect Probe Response offload support for Interworking Jouni Malinen
@ 2012-04-18 10:11 ` Kalle Valo
0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2012-04-18 10:11 UTC (permalink / raw)
To: Jouni Malinen; +Cc: linux-wireless, ath6kl-devel
On 04/16/2012 07:25 PM, Jouni Malinen wrote:
> 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>
Thanks, applied.
Kalle
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-04-18 10:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-16 16:25 [PATCH] ath6kl: Remove incorrect Probe Response offload support for Interworking Jouni Malinen
2012-04-18 10:11 ` Kalle Valo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).