| commit | 5cec2bb0c7b4d16bb176b6299d4b6dd098c9db24 | [log] [tgz] |
|---|---|---|
| author | Bing Zhao <bzhao@marvell.com> | Thu Mar 07 20:00:16 2013 -0800 |
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Mar 28 12:12:08 2013 -0700 |
| tree | ff1ef98282ebbd5959338b71a3bc5fbd83e84e67 | |
| parent | 5a468a7612955576708aa3890a9e549e6090d35f [diff] |
mwifiex: fix potential out-of-boundary access to ibss rate table commit 5f0fabf84d7b52f979dcbafa3d3c530c60d9a92c upstream. 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. Signed-off-by: Bing Zhao <bzhao@marvell.com> Signed-off-by: John W. Linville <linville@tuxdriver.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>