Author: adrian
Date: Mon May  9 10:39:15 2011
New Revision: 221691
URL: http://svn.freebsd.org/changeset/base/221691

Log:
  This is a full 32 bit field for kite.

Modified:
  head/tools/tools/ath/ath_ee_v4k_print/v4k.c

Modified: head/tools/tools/ath/ath_ee_v4k_print/v4k.c
==============================================================================
--- head/tools/tools/ath/ath_ee_v4k_print/v4k.c Mon May  9 07:37:47 2011        
(r221690)
+++ head/tools/tools/ath/ath_ee_v4k_print/v4k.c Mon May  9 10:39:15 2011        
(r221691)
@@ -89,7 +89,7 @@ eeprom_v4k_modal_print(uint16_t *buf)
        MODAL_EEP4K_HEADER *mh = &eep->ee_base.modalHeader;
        int i;
 
-       printf("| antCtrlCommon: 0x%.4x |\n", mh->antCtrlCommon);
+       printf("| antCtrlCommon: 0x%.8x |\n", mh->antCtrlCommon);
        printf("| switchSettling: 0x%.2x |\n", mh->switchSettling);
        printf("| adcDesiredSize: %d |\n| pgaDesiredSize: %.2f dBm |\n",
            mh->adcDesiredSize, (float) mh->pgaDesiredSize / 2.0);
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to