From: Johannes Berg Date: Wed, 28 Nov 2012 20:53:45 +0000 (+0100) Subject: mwifiex: fix struct member mismatch X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~56^2^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=904f137d478215b7c5c1daabae03618ed2f703cf;p=pandora-kernel.git mwifiex: fix struct member mismatch Using bss->information_elements and treating bss->len_beacon_ies as its size is wrong, the real size is len_information_elements. Found while I was reviewing the use of this cfg80211 API (as it is actually potentially broken due to races.) Signed-off-by: Johannes Berg Acked-by: Bing Zhao Signed-off-by: John W. Linville --- Reading git-diff-tree failed