diff options
author | adrian <adrian@FreeBSD.org> | 2013-04-29 23:57:41 +0000 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2013-04-29 23:57:41 +0000 |
commit | 281f5c4dd1aea021bc45b9654057f1d6764d4d38 (patch) | |
tree | f2fcbf9273e018f69c7d9923a3f2e82b2c2d613f /sys/contrib/dev | |
parent | 73512b9268e8caa1295e184f69ba8260f8f0a97f (diff) | |
download | FreeBSD-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/dev')
-rw-r--r-- | sys/contrib/dev/ath/ath_hal/ar9300/ar9300_ani.c | 2 |
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; |