From owner-svn-src-all@FreeBSD.ORG Wed Oct 31 21:04:24 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 A292E422; Wed, 31 Oct 2012 21:04:24 +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 8AB128FC15; Wed, 31 Oct 2012 21:04:24 +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 q9VL4OSJ030501; Wed, 31 Oct 2012 21:04:24 GMT (envelope-from adrian@svn.freebsd.org) Received: (from adrian@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9VL4Ovl030498; Wed, 31 Oct 2012 21:04:24 GMT (envelope-from adrian@svn.freebsd.org) Message-Id: <201210312104.q9VL4Ovl030498@svn.freebsd.org> From: Adrian Chadd Date: Wed, 31 Oct 2012 21:04:24 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r242409 - head/sys/dev/ath/ath_hal/ar9001 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:04:24 -0000 Author: adrian Date: Wed Oct 31 21:04:23 2012 New Revision: 242409 URL: http://svn.freebsd.org/changeset/base/242409 Log: Oops - missing from the last commit - add ANI immunity levels for AR9160. Obtained from: Qualcomm Atheros Modified: head/sys/dev/ath/ath_hal/ar9001/ar9160_attach.c Modified: head/sys/dev/ath/ath_hal/ar9001/ar9160_attach.c ============================================================================== --- head/sys/dev/ath/ath_hal/ar9001/ar9160_attach.c Wed Oct 31 21:03:55 2012 (r242408) +++ head/sys/dev/ath/ath_hal/ar9001/ar9160_attach.c Wed Oct 31 21:04:23 2012 (r242409) @@ -68,8 +68,8 @@ ar9160AniSetup(struct ath_hal *ah) .coarseHigh = { -14, -14, -14, -14, -12 }, .coarseLow = { -64, -64, -64, -64, -70 }, .firpwr = { -78, -78, -78, -78, -80 }, - .maxSpurImmunityLevel = 2, - .cycPwrThr1 = { 2, 4, 6 }, + .maxSpurImmunityLevel = 7, + .cycPwrThr1 = { 2, 4, 6, 8, 10, 12, 14, 16 }, .maxFirstepLevel = 2, /* levels 0..2 */ .firstep = { 0, 4, 8 }, .ofdmTrigHigh = 500,