Просмотр исходного кода

qcacld-3.0: Dump per-band HE CAPS

For easier debugging, dump the 5 GHz and 2.4 GHz HE
CAPS extracted from the target.

Change-Id: Iafea2cb9186ad4d52ae2808e4f4b7a98cf8d4b77
CRs-Fixed: 3471653
Surya Prakash Sivaraj 1 год назад
Родитель
Сommit
b4da8fd330
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      core/wma/src/wma_he.c

+ 4 - 0
core/wma/src/wma_he.c

@@ -990,6 +990,10 @@ void wma_update_target_ext_he_cap(struct target_psoc_info *tgt_hdl,
 
 	qdf_mem_copy(he_cap, &tmp_he_cap, sizeof(*he_cap));
 	wma_print_he_cap(he_cap);
+	wma_debug("5 GHz HE capabilities");
+	wma_print_he_cap(&tgt_cfg->he_cap_5g);
+	wma_debug("2.4 GHz HE capabilities");
+	wma_print_he_cap(&tgt_cfg->he_cap_2g);
 }
 
 void wma_he_update_tgt_services(struct wmi_unified *wmi_handle,