mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ static void
|
|||
ath_sample_stats(struct ath_ratestats *r, struct ath_rateioctl_rt *rt,
|
||||
struct sample_node *sn)
|
||||
{
|
||||
uint32_t mask;
|
||||
uint64_t mask;
|
||||
int rix, y;
|
||||
|
||||
PRINTMSG("static_rix (%d) ratemask 0x%llx\n",
|
||||
|
|
|
|||
Loading…
Reference in a new issue