Message ID | 1475855157-21271-1-git-send-email-xander.huff@ni.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 87016f5eb1a39251f982ae7a6f2843f82307ae47 |
Delegated to: | Kalle Valo |
Headers | show |
Xander Huff <xander.huff@ni.com> wrote: > From: James Minor <james.minor@ni.com> > > When in AP mode, scans can be done without changing firmware to > the multi-role firmware. Allow the interface to scan if forced > in the scan request. > > Signed-off-by: James Minor <james.minor@ni.com> > Signed-off-by: Xander Huff <xander.huff@ni.com> > Reviewed-by: Ben Shelton <ben.shelton@ni.com> > Reviewed-by: Jaeden Amero <jaeden.amero@ni.com> Patch applied to wireless-drivers-next.git, thanks. 87016f5eb1a3 wlcore: Allow scans when in AP mode
diff --git a/drivers/net/wireless/ti/wlcore/main.c b/drivers/net/wireless/ti/wlcore/main.c index 471521a..01ca370 100644 --- a/drivers/net/wireless/ti/wlcore/main.c +++ b/drivers/net/wireless/ti/wlcore/main.c @@ -6120,6 +6120,8 @@ static int wl1271_init_ieee80211(struct wl1271 *wl) WIPHY_FLAG_SUPPORTS_SCHED_SCAN | WIPHY_FLAG_HAS_CHANNEL_SWITCH; + wl->hw->wiphy->features |= NL80211_FEATURE_AP_SCAN; + /* make sure all our channels fit in the scanned_ch bitmask */ BUILD_BUG_ON(ARRAY_SIZE(wl1271_channels) + ARRAY_SIZE(wl1271_channels_5ghz) >