mirror of
https://github.com/torvalds/linux.git
synced 2024-11-27 22:51:35 +00:00
mac80211: pass no-CCK flag through to HW scan
This is needed so that offloaded scan can do the right thing. Without this patch, the no_cck flag contains random values from the kernel heap. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
5dde8e1749
commit
dcd83976be
@ -254,6 +254,7 @@ static bool ieee80211_prep_hw_scan(struct ieee80211_local *local)
|
||||
req->ie, req->ie_len, band,
|
||||
req->rates[band], 0);
|
||||
local->hw_scan_req->ie_len = ielen;
|
||||
local->hw_scan_req->no_cck = req->no_cck;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user