summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2012-03-11 02:00:59 +0000
committeradrian <adrian@FreeBSD.org>2012-03-11 02:00:59 +0000
commitfc612b6d8b143250d4a1b685423a4fe82c176d07 (patch)
tree93e8da1ddb8d035d13da086afba1539a9734a530 /tools
parent97844c8c7b95012f8ff5a062f03aef36be8f4eab (diff)
downloadFreeBSD-src-fc612b6d8b143250d4a1b685423a4fe82c176d07.zip
FreeBSD-src-fc612b6d8b143250d4a1b685423a4fe82c176d07.tar.gz
Stop some of the output from wrapping at 80 characters.
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/ath/ath_ee_v14_print/ath_ee_v14_print.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/tools/tools/ath/ath_ee_v14_print/ath_ee_v14_print.c b/tools/tools/ath/ath_ee_v14_print/ath_ee_v14_print.c
index 5c49fb9..1340c78 100644
--- a/tools/tools/ath/ath_ee_v14_print/ath_ee_v14_print.c
+++ b/tools/tools/ath/ath_ee_v14_print/ath_ee_v14_print.c
@@ -91,8 +91,10 @@ eeprom_v14_base_print(uint16_t *buf)
printf("| Version: 0x%.4x | Length: 0x%.4x | Checksum: 0x%.4x ",
eh->version, eh->length, eh->checksum);
- printf("| CapFlags: 0x%.2x | eepMisc: 0x%.2x | RegDomain: 0x%.4x 0x%.4x | \n",
- eh->opCapFlags, eh->eepMisc, eh->regDmn[0], eh->regDmn[1]);
+ printf("| CapFlags: 0x%.2x\n", eh->opCapFlags);
+
+ printf("| eepMisc: 0x%.2x | RegDomain: 0x%.4x 0x%.4x | \n",
+ eh->eepMisc, eh->regDmn[0], eh->regDmn[1]);
printf("| MAC: %.2x:%.2x:%.2x:%.2x:%.2x:%.2x ",
eh->macAddr[0], eh->macAddr[1], eh->macAddr[2],
eh->macAddr[3], eh->macAddr[4], eh->macAddr[5]);
@@ -105,7 +107,7 @@ eeprom_v14_base_print(uint16_t *buf)
(int) eh->pwdclkind, (int) eh->fastClk5g, (int) eh->divChain,
(int) eh->rxGainType);
- printf("| dacHiPwrMode_5G: 0x%.2x | openLoopPwrCntl: 0x%.2x | dacLpMode: 0x%.2x ",
+ printf("| dacHiPwrMode_5G: 0x%.2x | openLoopPwrCntl: 0x%.2x | dacLpMode: 0x%.2x\n",
(int) eh->dacHiPwrMode_5G, (int) eh->openLoopPwrCntl, (int) eh->dacLpMode);
printf("| txGainType: 0x%.2x | rcChainMask: 0x%.2x |\n",
(int) eh->txGainType, (int) eh->rcChainMask);
OpenPOWER on IntegriCloud