Date: Mon, 29 Apr 2013 23:57:41 +0000 (UTC) From: Adrian Chadd <adrian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r250082 - head/sys/contrib/dev/ath/ath_hal/ar9300 Message-ID: <201304292357.r3TNvfQi051144@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304292357.r3TNvfQi051144>