commit | 904f137d478215b7c5c1daabae03618ed2f703cf | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Wed Nov 28 21:53:45 2012 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Nov 30 14:00:33 2012 -0500 |
tree | 5ce35a36a8e9240b4aa14f113e7c4892ffe9108d | |
parent | 1b4e027e1b1176b70a59665c0de58c04c7a4e210 [diff] |
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 <johannes.berg@intel.com> Acked-by: Bing Zhao <bzhao@marvell.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>