[PATCH 2/3] Announce WIPHY_FLAG_AP_PROBE_RESP_OFFLOAD

Eugene Krasnikov k.eugene.e at gmail.com
Mon Jun 10 09:27:27 EDT 2013


Notify upper layers that HW supports  probe_rsp offloading

Signed-off-by: Eugene Krasnikov <k.eugene.e at gmail.com>
---
 main.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/main.c b/main.c
index 17ac7cc..6d28277 100644
--- a/main.c
+++ b/main.c
@@ -670,6 +670,7 @@ 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;
 	/* TODO make a conf file where to read this information from */
 	wcn->hw->max_listen_interval = 200;
 
-- 
1.7.11.3




More information about the wcn36xx mailing list