summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/wcn36xx
diff options
context:
space:
mode:
authorRamon Fried2018-03-27 10:26:55 +0200
committerKalle Valo2018-03-29 10:56:13 +0200
commitee35eecb08220978f68a6987f71c5132f40d4a10 (patch)
tree99158d879bd7bc1c3533a84d86a2142d0d132b7a /drivers/net/wireless/ath/wcn36xx
parentath10k: add memory dump support QCA9984 (diff)
downloadkernel-qcow2-linux-ee35eecb08220978f68a6987f71c5132f40d4a10.tar.gz
kernel-qcow2-linux-ee35eecb08220978f68a6987f71c5132f40d4a10.tar.xz
kernel-qcow2-linux-ee35eecb08220978f68a6987f71c5132f40d4a10.zip
wcn36xx: turn off probe response offloading
It appears that the WCN36xx firmware doesn't actually respond to probe requests. Until it's resolved, switch the probe response responsibility to the 802.11 layer to allow creation of hidden SSID AP's. Signed-off-by: Ramon Fried <rfried@codeaurora.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net/wireless/ath/wcn36xx')
-rw-r--r--drivers/net/wireless/ath/wcn36xx/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/wcn36xx/main.c b/drivers/net/wireless/ath/wcn36xx/main.c
index 621e72b6ec99..69d6be59d97f 100644
--- a/drivers/net/wireless/ath/wcn36xx/main.c
+++ b/drivers/net/wireless/ath/wcn36xx/main.c
@@ -1152,8 +1152,6 @@ static int wcn36xx_init_ieee80211(struct wcn36xx *wcn)
wcn->hw->wiphy->cipher_suites = cipher_suites;
wcn->hw->wiphy->n_cipher_suites = ARRAY_SIZE(cipher_suites);
- wcn->hw->wiphy->flags |= WIPHY_FLAG_AP_PROBE_RESP_OFFLOAD;
-
#ifdef CONFIG_PM
wcn->hw->wiphy->wowlan = &wowlan_support;
#endif