summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2011-05-09 10:39:15 +0000
committeradrian <adrian@FreeBSD.org>2011-05-09 10:39:15 +0000
commit5064bc4392564024e38ff909ef848a40b2c967a9 (patch)
tree5d8163fce5be6721d332b98dda373f6cbf29dc53 /tools
parent5fe374103aa85091c762d3691a63d7c02c9c2b01 (diff)
downloadFreeBSD-src-5064bc4392564024e38ff909ef848a40b2c967a9.zip
FreeBSD-src-5064bc4392564024e38ff909ef848a40b2c967a9.tar.gz
This is a full 32 bit field for kite.
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/ath/ath_ee_v4k_print/v4k.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tools/ath/ath_ee_v4k_print/v4k.c b/tools/tools/ath/ath_ee_v4k_print/v4k.c
index 440ddb5..a3a8e6d 100644
--- a/tools/tools/ath/ath_ee_v4k_print/v4k.c
+++ b/tools/tools/ath/ath_ee_v4k_print/v4k.c
@@ -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);
OpenPOWER on IntegriCloud