aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorAdrian Chadd <adrian@FreeBSD.org>2012-09-27 06:05:54 +0000
committerAdrian Chadd <adrian@FreeBSD.org>2012-09-27 06:05:54 +0000
commit08977788d510813468c1757fb05e38d0c838e35b (patch)
tree076724b1fd0fc8b96ba045dc42df3c6485581b73 /sys/dev
parent703205f3c65b5f257c67b9328513feb8409ed861 (diff)
Notes
Diffstat (limited to 'sys/dev')
-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 bea7eca7caeb9..3f9bc69f5de56 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;