Date: Mon, 9 May 2011 10:39:15 +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: r221691 - head/tools/tools/ath/ath_ee_v4k_print Message-ID: <201105091039.p49AdF52093144@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105091039.p49AdF52093144>