svn commit: r250082 - head/sys/contrib/dev/ath/ath_hal/ar9300

Adrian Chadd adrian at FreeBSD.org
Mon Apr 29 23:57:41 UTC 2013


Author: adrian
Date: Mon Apr 29 23:57:41 2013
New Revision: 250082
URL: http://svnweb.freebsd.org/changeset/base/250082

Log:
  Sync from git - ah_config is in 'ath_hal', not 'ath_hal_private' on
  FreeBSD.

Modified:
  head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_ani.c

Modified: head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_ani.c
==============================================================================
--- head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_ani.c	Mon Apr 29 23:08:13 2013	(r250081)
+++ head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_ani.c	Mon Apr 29 23:57:41 2013	(r250082)
@@ -704,7 +704,7 @@ ar9300_ani_control(struct ath_hal *ah, H
                 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;


More information about the svn-src-head mailing list