Date: Wed, 31 Oct 2012 21:06:56 +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: r242411 - head/sys/dev/ath/ath_hal/ar5416 Message-ID: <201210312106.q9VL6upt030944@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adrian Date: Wed Oct 31 21:06:55 2012 New Revision: 242411 URL: http://svn.freebsd.org/changeset/base/242411 Log: Oops - this was incorrectly removed in a previous commit. Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c ============================================================================== --- head/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c Wed Oct 31 21:05:18 2012 (r242410) +++ head/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c Wed Oct 31 21:06:55 2012 (r242411) @@ -61,6 +61,7 @@ ar5416AniSetup(struct ath_hal *ah) }; /* NB: disable ANI noise immmunity for reliable RIFS rx */ AH5416(ah)->ah_ani_function &= ~(1 << HAL_ANI_NOISE_IMMUNITY_LEVEL); + ar5416AniAttach(ah, &aniparams, &aniparams, AH_TRUE); } /*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210312106.q9VL6upt030944>