From: Johannes Berg <johannes.berg@xxxxxxxxx> 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@xxxxxxxxx> --- net/mac80211/scan.c | 1 + 1 file changed, 1 insertion(+) --- a/net/mac80211/scan.c 2011-09-28 17:10:13.000000000 +0200 +++ b/net/mac80211/scan.c 2011-10-04 15:06:01.000000000 +0200 @@ -254,6 +254,7 @@ static bool ieee80211_prep_hw_scan(struc 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; } -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html