freebsd-dev/sys/dev/ath/ath_rate
Adrian Chadd d5d2dbef65 Cast everything to something longer than 32 bits so the sample mask
doesn't get truncated to 32 bits.

Without this, 3x3 NICs transmitting at an MCS rate whose rix (rate
index) in the rate table is > 31 end up returning errors, as the
sample rate code doesn't think the rate is set in the rate table.

Tested:

* AR9380, STA, speaking 3x3 to an AP
2015-01-28 04:44:42 +00:00
..
amrr Add a per-node rate control routine for each rate control module. 2012-07-20 01:36:02 +00:00
onoe Add a per-node rate control routine for each rate control module. 2012-07-20 01:36:02 +00:00
sample Cast everything to something longer than 32 bits so the sample mask 2015-01-28 04:44:42 +00:00