From c5e7d75d313ef304c671831c39e113c5718a3bc2 Mon Sep 17 00:00:00 2001 From: mizhka Date: Wed, 5 Jun 2019 19:55:30 +0000 Subject: [PATCH] [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 --- tools/tools/ath/athani/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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? */ }