From owner-svn-src-all@FreeBSD.ORG Thu Mar 24 04:57:35 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F2701065676; Thu, 24 Mar 2011 04:57:35 +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 6DF0C8FC12; Thu, 24 Mar 2011 04:57:35 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id p2O4vZlg017966; Thu, 24 Mar 2011 04:57:35 GMT (envelope-from adrian@svn.freebsd.org) Received: (from adrian@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id p2O4vZlf017964; Thu, 24 Mar 2011 04:57:35 GMT (envelope-from adrian@svn.freebsd.org) Message-Id: <201103240457.p2O4vZlf017964@svn.freebsd.org> From: Adrian Chadd Date: Thu, 24 Mar 2011 04:57:35 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r219948 - head/sys/dev/ath X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 24 Mar 2011 04:57:35 -0000 Author: adrian Date: Thu Mar 24 04:57:35 2011 New Revision: 219948 URL: http://svn.freebsd.org/changeset/base/219948 Log: Fix a completely wrong variable reference. Modified: head/sys/dev/ath/ah_osdep.c Modified: head/sys/dev/ath/ah_osdep.c ============================================================================== --- head/sys/dev/ath/ah_osdep.c Thu Mar 24 01:24:35 2011 (r219947) +++ head/sys/dev/ath/ah_osdep.c Thu Mar 24 04:57:35 2011 (r219948) @@ -87,7 +87,7 @@ TUNABLE_INT("hw.ath.hal.debug", &ath_hal int ath_hal_ar5416_biasadj = 0; SYSCTL_INT(_hw_ath_hal, OID_AUTO, ar5416_biasadj, CTLFLAG_RW, - &ath_hal_debug, 0, "Enable 2ghz AR5416 direction sensitivity" + &ath_hal_ar5416_biasadj, 0, "Enable 2ghz AR5416 direction sensitivity" " bias adjust"); /* NB: these are deprecated; they exist for now for compatibility */