commit | 84404623da45aac04595a8f5760a58df0e955d87 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <error27@gmail.com> | Fri Jul 29 11:52:18 2011 +0300 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Aug 01 13:46:46 2011 -0400 |
tree | aebf0450b90994be5e51aa9486770a31068c1e40 | |
parent | 17e859a899712d16c3e70b045d61ad9e02c53f8a [diff] |
cfg80211: off by one in nl80211_trigger_scan() The test is off by one so we'd read past the end of the wiphy->bands[] array on the next line. Signed-off-by: Dan Carpenter <error27@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>