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:
d486a5b
)
mac80211: off by one in mcs mask handling
author
Dan Carpenter
<dan.carpenter@oracle.com>
Wed, 1 Feb 2012 07:42:11 +0000
(10:42 +0300)
committer
John W. Linville
<linville@tuxdriver.com>
Mon, 6 Feb 2012 19:55:41 +0000
(14:55 -0500)
"ridx" is used as an index into the mcs_mask[] array which has
IEEE80211_HT_MCS_MASK_LEN elements.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
No differences found