From owner-svn-src-all@FreeBSD.ORG Wed May 29 04:21:42 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A061B409; Wed, 29 May 2013 04:21:42 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 91F1E2D7; Wed, 29 May 2013 04:21:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4T4Lgo9099596; Wed, 29 May 2013 04:21:42 GMT (envelope-from adrian@svn.freebsd.org) Received: (from adrian@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4T4LgRc099595; Wed, 29 May 2013 04:21:42 GMT (envelope-from adrian@svn.freebsd.org) Message-Id: <201305290421.r4T4LgRc099595@svn.freebsd.org> From: Adrian Chadd Date: Wed, 29 May 2013 04:21:42 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r251098 - head/sys/contrib/dev/ath/ath_hal/ar9300 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, 29 May 2013 04:21:42 -0000 Author: adrian Date: Wed May 29 04:21:42 2013 New Revision: 251098 URL: http://svnweb.freebsd.org/changeset/base/251098 Log: Fix a false -> AH_FALSE. Now, why this hasn't tripped _any_ tinderbox builds yet, I dunno. It's been like this for a while. Modified: head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_reset.c Modified: head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_reset.c ============================================================================== --- head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_reset.c Wed May 29 04:18:02 2013 (r251097) +++ head/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_reset.c Wed May 29 04:21:42 2013 (r251098) @@ -3554,7 +3554,7 @@ ar9300_init_cal_internal(struct ath_hal * no chip specific code for Jupiter/Posdeion except for register names. */ if (txiqcal_success_flag) { - ar9300_tx_iq_cal_post_proc(ah,ichan, 1, 1,is_cal_reusable,false); + ar9300_tx_iq_cal_post_proc(ah,ichan, 1, 1,is_cal_reusable, AH_FALSE); } } else { if (!txiqcal_success_flag) {