1
0

Merge "qca-wifi: CFR: Change format-specifiers while printing CFR metadata"

Este cometimento está contido em:
Linux Build Service Account
2020-02-17 03:53:38 -08:00
cometido por Gerrit - the friendly Code Review server
ascendente 962957f5b6 16002d5ecd
cometimento 3abee06de0

Ver ficheiro

@@ -262,8 +262,8 @@ void dump_metadata(struct csi_cfr_header *header, uint32_t cookie)
uint8_t *usermac = NULL;
cfr_debug("<METADATA><%u>\n"
"start_magic_num = %d\n"
"vendorid = %d\n"
"start_magic_num = 0x%x\n"
"vendorid = 0x%x\n"
"cfr_metadata_version = %d\n"
"cfr_data_version = %d\n"
"chip_type = %d\n"
@@ -279,7 +279,7 @@ void dump_metadata(struct csi_cfr_header *header, uint32_t cookie)
"cfr_capture_type = %d\n"
"sts_count = %d\n"
"num_rx_chain = %d\n"
"timestamp = %d\n"
"timestamp = 0x%x\n"
"length = %d\n"
"is_mu_ppdu = %d\n"
"num_users = %d\n",