git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c4abec
)
iwlwifi: mvm: fix off-by-one in scan channels configuration
author
Eliad Peller
<eliad@wizery.com>
Sun, 11 May 2014 16:59:43 +0000
(19:59 +0300)
committer
Emmanuel Grumbach
<emmanuel.grumbach@intel.com>
Tue, 13 May 2014 11:04:55 +0000
(14:04 +0300)
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>
No differences found