mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Print out some more fields.
Tested: * AR9331 SoC (Carambola 2) - specifically looking for the tuning caps fields.
This commit is contained in:
parent
bca0155f64
commit
162fe2aa40
1 changed files with 3 additions and 1 deletions
|
|
@ -72,8 +72,10 @@ eeprom_9300_base_print(const uint16_t *buf)
|
|||
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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue