Allow OBSS scan and 20/40 coex reports to non-SME drivers

We enable this feature for non-SME drivers as well if
they explicitly indicate need for it.

Signed-off-by: Amitkumar Karwar <akarwar@marvell.com>
Signed-off-by: Bing Zhao <bzhao@marvell.com>
This commit is contained in:
Amitkumar Karwar 2012-11-24 18:08:48 +02:00 committed by Jouni Malinen
parent 3d83a6b9b6
commit 368b1957a6
3 changed files with 13 additions and 3 deletions

View file

@ -2661,6 +2661,9 @@ broken_combination:
if (flags & NL80211_FEATURE_SAE)
capa->flags |= WPA_DRIVER_FLAGS_SAE;
if (flags & NL80211_FEATURE_NEED_OBSS_SCAN)
capa->flags |= WPA_DRIVER_FLAGS_OBSS_SCAN;
}
if (tb[NL80211_ATTR_PROBE_RESP_OFFLOAD]) {