From: Jouni Malinen Date: Wed, 27 Oct 2010 10:40:33 +0000 (+0300) Subject: mac80211: Fix scan_ies_len to include DS Params X-Git-Tag: v2.6.37-rc1~32^2^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc9f48ce7c7d345be31208def51572a8250a4a03;p=pandora-kernel.git mac80211: Fix scan_ies_len to include DS Params Commit 651b52254fc061f02d965524e71de4333a009a5a added DS Parameter Set information into Probe Request frames that are transmitted on 2.4 GHz band, but it failed to increment local->scan_ies_len to cover this new information. This variable needs to be updated to match the maximum IE data length so that the extra buffer need gets reduced from the driver limit. Signed-off-by: Jouni Malinen Signed-off-by: John W. Linville --- Reading git-diff-tree failed