summaryrefslogtreecommitdiff
path: root/tools/tools/ath
diff options
context:
space:
mode:
authorAdrian Chadd <adrian@FreeBSD.org>2015-03-23 03:43:59 +0000
committerAdrian Chadd <adrian@FreeBSD.org>2015-03-23 03:43:59 +0000
commitd2b384c41aa26dbdb23645aa85d344418d450f0b (patch)
tree0bde543de3c4997ffe16f81d6557258fcf0c31fc /tools/tools/ath
parent6e57108113b2578797c6aa4215aae64d7df4f191 (diff)
downloadsrc-test2-d2b384c41aa26dbdb23645aa85d344418d450f0b.tar.gz
src-test2-d2b384c41aa26dbdb23645aa85d344418d450f0b.zip
Bump mask to be 64 bits - this fixes seeing MCS rates > 19.
Tested: * AR9380, STA mode, associated to a 3x3 AP (also FreeBSD)
Notes
Notes: svn path=/head/; revision=280361
Diffstat (limited to 'tools/tools/ath')
-rw-r--r--tools/tools/ath/athratestats/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tools/ath/athratestats/main.c b/tools/tools/ath/athratestats/main.c
index 8d146ca83157..815ed91bd61e 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",