svn commit: r251098 - head/sys/contrib/dev/ath/ath_hal/ar9300

Adrian Chadd adrian at FreeBSD.org
Wed May 29 04:21:42 UTC 2013


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) {


More information about the svn-src-head mailing list