From owner-svn-src-all@FreeBSD.ORG Wed Oct 31 21:06:56 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AE70D6BC; Wed, 31 Oct 2012 21:06:56 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 96EA18FC08; Wed, 31 Oct 2012 21:06:56 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9VL6unH030946; Wed, 31 Oct 2012 21:06:56 GMT (envelope-from adrian@svn.freebsd.org) Received: (from adrian@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9VL6upt030944; Wed, 31 Oct 2012 21:06:56 GMT (envelope-from adrian@svn.freebsd.org) Message-Id: <201210312106.q9VL6upt030944@svn.freebsd.org> From: Adrian Chadd Date: Wed, 31 Oct 2012 21:06:56 +0000 (UTC) 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 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Oct 2012 21:06:56 -0000 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); } /*