commit | 64793110ad4d82e18d88a33307749c6562a6dd04 | [log] [tgz] |
---|---|---|
author | Eliad Peller <eliad@wizery.com> | Sun May 11 19:59:43 2014 +0300 |
committer | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | Tue May 13 14:04:55 2014 +0300 |
tree | 21b502166d7f9890f9067fa4e0c951a7a06bbe1f | |
parent | 1c4abec0baf25ffb92a28cc99d4231feeaa4d3f3 [diff] |
iwlwifi: mvm: fix off-by-one in scan channels configuration tail should be equal to the last valid index, so decrease it by one. This error causes in "a gap" in some cases (as well as some possible out-of-bound write), finally resulting in ucode assertion. Signed-off-by: Eliad Peller <eliadx.peller@intel.com> Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>