svn commit: r303981 - head/tools/tools/ath/ath_ee_9300_print
Adrian Chadd
adrian at FreeBSD.org
Fri Aug 12 01:13:35 UTC 2016
Author: adrian
Date: Fri Aug 12 01:13:34 2016
New Revision: 303981
URL: https://svnweb.freebsd.org/changeset/base/303981
Log:
Print out some more fields.
Tested:
* AR9331 SoC (Carambola 2) - specifically looking for the tuning caps fields.
Modified:
head/tools/tools/ath/ath_ee_9300_print/main.c
Modified: head/tools/tools/ath/ath_ee_9300_print/main.c
==============================================================================
--- head/tools/tools/ath/ath_ee_9300_print/main.c Fri Aug 12 01:05:07 2016 (r303980)
+++ head/tools/tools/ath/ath_ee_9300_print/main.c Fri Aug 12 01:13:34 2016 (r303981)
@@ -72,8 +72,10 @@ eeprom_9300_base_print(const uint16_t *b
ee_base->device_cap,
ee_base->device_type);
- printf("| pwrTableOffset: %d dB, feature_enable: 0x%02x MiscConfig: 0x%02x |\n",
+ printf("| pwrTableOffset: %d dB, TuningCaps=0x%02x 0x%02x feature_enable: 0x%02x MiscConfig: 0x%02x |\n",
ee_base->pwrTableOffset,
+ ee_base->params_for_tuning_caps[0],
+ ee_base->params_for_tuning_caps[1],
ee_base->feature_enable,
ee_base->misc_configuration);
More information about the svn-src-head
mailing list