summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/dev/ath/ath_hal/ar5416/ar5416_ani.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ath/ath_hal/ar5416/ar5416_ani.c b/sys/dev/ath/ath_hal/ar5416/ar5416_ani.c
index bea7eca..3f9bc69 100644
--- a/sys/dev/ath/ath_hal/ar5416/ar5416_ani.c
+++ b/sys/dev/ath/ath_hal/ar5416/ar5416_ani.c
@@ -874,8 +874,8 @@ ar5416AniGetListenTime(struct ath_hal *ah)
*/
if (ANI_ENA(ah)) {
aniState->cycleCount = AH5416(ah)->ah_cycleCount;
- aniState->txFrameCount = AH5416(ah)->ah_rxBusy;
- aniState->rxFrameCount = AH5416(ah)->ah_txBusy;
+ aniState->rxFrameCount = AH5416(ah)->ah_rxBusy;
+ aniState->txFrameCount = AH5416(ah)->ah_txBusy;
}
return listenTime;
OpenPOWER on IntegriCloud