svn commit: r221691 - head/tools/tools/ath/ath_ee_v4k_print

Adrian Chadd adrian at FreeBSD.org
Mon May 9 10:39:16 UTC 2011


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


More information about the svn-src-all mailing list