aboutsummaryrefslogtreecommitdiff
path: root/tools/tools/ath
diff options
context:
space:
mode:
authorMichael Zhilin <mizhka@FreeBSD.org>2019-06-05 19:55:30 +0000
committerMichael Zhilin <mizhka@FreeBSD.org>2019-06-05 19:55:30 +0000
commit5568e57d7268b746c990676897551461788682d3 (patch)
treecd965779eab63b3151c8847c28bf7ab94fce6f1f /tools/tools/ath
parent0d1fd6e5414b0d7f72fe2b6892bf673ec2a5d500 (diff)
downloadsrc-5568e57d7268b746c990676897551461788682d3.tar.gz
src-5568e57d7268b746c990676897551461788682d3.zip
[ath] [fix] athani compilation was broken by recent ath change
* This commit is going to fix build of AR724x on 13-CURRENT with additional tools like athani. See r344841
Notes
Notes: svn path=/head/; revision=348697
Diffstat (limited to 'tools/tools/ath')
-rw-r--r--tools/tools/ath/athani/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tools/ath/athani/main.c b/tools/tools/ath/athani/main.c
index e2147091780d..5c29a0665f62 100644
--- a/tools/tools/ath/athani/main.c
+++ b/tools/tools/ath/athani/main.c
@@ -169,7 +169,7 @@ ani_read_state(struct ath_driver_req *req, const char *ifname)
printf(" firstep_level=%d\n", state.firstepLevel);
printf(" ofdm_weak_signal_detect=%d\n", state.ofdmWeakSigDetectOff);
printf(" cck_weak_signal_threshold=%d\n", state.cckWeakSigThreshold);
- printf(" mrc_cck=%d\n", state.mrcCckOff);
+ printf(" mrc_cck=%d\n", state.mrcCck);
/* XXX TODO: cycle counts? */
}