CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/12/03 07:39:37
Modified files:
sys/dev/ic : athn.c
Log message:
ieee80211com's ic_sup_mcs array is smaller than it used to be because part of
it has been split out into new struct fields. The athn(4) driver was still
assuming the old size and wrote beyond the ic_sup_mcs array. Make the driver
write to the new ic_tx_mcs_set field instead.
found by daniel@ with gcc 4.9
ok sthen@ kettenis@
