Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 May 2013 04:21:42 +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: r251098 - head/sys/contrib/dev/ath/ath_hal/ar9300
Message-ID:  <201305290421.r4T4LgRc099595@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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) {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305290421.r4T4LgRc099595>