commit | 2df1b131b54f431877a6665139dac805ba5ce1a5 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Fri Aug 21 14:07:13 2015 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Tue Sep 22 15:19:48 2015 +0200 |
tree | 1d3d5cfe6ec5cbc2211ca02c835b92ef45ba293c | |
parent | ef9be10c8c999e00b239eec24cf01952a308f8e7 [diff] |
mac80211: fix VHT MCS mask array overrun The HT MCS mask has 9 bytes, the VHT one only has 8 streams. Split the loops to handle this correctly. Reported-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>