commit | 5f0fabf84d7b52f979dcbafa3d3c530c60d9a92c | [log] [tgz] |
---|---|---|
author | Bing Zhao <bzhao@marvell.com> | Thu Mar 07 20:00:16 2013 -0800 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Mar 08 15:37:48 2013 -0500 |
tree | 5bcad5779eb68683ad464df885c1a5e7c6ea4a7d | |
parent | 930df2dfc7073c9ed2d0b47a08e47027ae83c545 [diff] |
mwifiex: fix potential out-of-boundary access to ibss rate table smatch found this error: CHECK drivers/net/wireless/mwifiex/join.c drivers/net/wireless/mwifiex/join.c:1121 mwifiex_cmd_802_11_ad_hoc_join() error: testing array offset 'i' after use. Cc: <stable@vger.kernel.org> # 3.0+ Signed-off-by: Bing Zhao <bzhao@marvell.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>