summaryrefslogtreecommitdiffstats
path: root/sys/contrib
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2013-04-29 23:57:41 +0000
committeradrian <adrian@FreeBSD.org>2013-04-29 23:57:41 +0000
commit281f5c4dd1aea021bc45b9654057f1d6764d4d38 (patch)
treef2fcbf9273e018f69c7d9923a3f2e82b2c2d613f /sys/contrib
parent73512b9268e8caa1295e184f69ba8260f8f0a97f (diff)
downloadFreeBSD-src-281f5c4dd1aea021bc45b9654057f1d6764d4d38.zip
FreeBSD-src-281f5c4dd1aea021bc45b9654057f1d6764d4d38.tar.gz
Sync from git - ah_config is in 'ath_hal', not 'ath_hal_private' on
FreeBSD.
Diffstat (limited to 'sys/contrib')
-rw-r--r--sys/contrib/dev/ath/ath_hal/ar9300/ar9300_ani.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_ani.c b/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_ani.c
index 5b11956..b07ca71 100644
--- a/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_ani.c
+++ b/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_ani.c
@@ -704,7 +704,7 @@ ar9300_ani_control(struct ath_hal *ah, HAL_ANI_CMD cmd, int param)
return AH_TRUE;
}
/* if we're turning off ANI, reset regs back to INI settings */
- if (AH_PRIVATE(ah)->ah_config.ath_hal_enable_ani) {
+ if (ah->ah_config.ath_hal_enable_ani) {
HAL_ANI_CMD savefunc = ahp->ah_ani_function;
/* temporarly allow all functions so we can reset */
ahp->ah_ani_function = HAL_ANI_ALL;
OpenPOWER on IntegriCloud