From d2b384c41aa26dbdb23645aa85d344418d450f0b Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Mon, 23 Mar 2015 03:43:59 +0000 Subject: [PATCH] Bump mask to be 64 bits - this fixes seeing MCS rates > 19. Tested: * AR9380, STA mode, associated to a 3x3 AP (also FreeBSD) --- tools/tools/ath/athratestats/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tools/ath/athratestats/main.c b/tools/tools/ath/athratestats/main.c index 8d146ca8315..815ed91bd61 100644 --- a/tools/tools/ath/athratestats/main.c +++ b/tools/tools/ath/athratestats/main.c @@ -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",