]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ath6kl: Remove incorrect Probe Response offload support for Interworking
authorJouni Malinen <jouni@qca.qualcomm.com>
Mon, 16 Apr 2012 16:25:35 +0000 (19:25 +0300)
committerKalle Valo <kvalo@qca.qualcomm.com>
Wed, 18 Apr 2012 10:10:04 +0000 (13:10 +0300)
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>
drivers/net/wireless/ath/ath6kl/cfg80211.c

index a5f4fd9ff467e49399981c54ab898e413595d39c..d8fb820f1c9afc296be1500c031858931592377d 100644 (file)
@@ -3466,8 +3466,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) {