Bump mask to be 64 bits - this fixes seeing MCS rates > 19.
Tested: * AR9380, STA mode, associated to a 3x3 AP (also FreeBSD)
This commit is contained in:
parent
6e57108113
commit
d2b384c41a
@ -115,7 +115,7 @@ static void
|
|||||||
ath_sample_stats(struct ath_ratestats *r, struct ath_rateioctl_rt *rt,
|
ath_sample_stats(struct ath_ratestats *r, struct ath_rateioctl_rt *rt,
|
||||||
struct sample_node *sn)
|
struct sample_node *sn)
|
||||||
{
|
{
|
||||||
uint32_t mask;
|
uint64_t mask;
|
||||||
int rix, y;
|
int rix, y;
|
||||||
|
|
||||||
PRINTMSG("static_rix (%d) ratemask 0x%llx\n",
|
PRINTMSG("static_rix (%d) ratemask 0x%llx\n",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user