Browse Source

qcacld-3.0: Fix the compilation issue

Fix the compilation issue with log message.

Change-Id: I5007d44c64a76f424bb8deccba7379813c00697c
CRs-Fixed: 2321454
Kiran Kumar Lokere 6 years ago
parent
commit
3aad079e16
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/wma/src/wma_he.c

+ 1 - 1
core/wma/src/wma_he.c

@@ -869,7 +869,7 @@ void wma_print_he_mac_cap_w2(uint32_t mac_cap)
 		 WMI_HECAP_MAC_MTID_TX_GET(mac_cap));
 	WMA_LOGD("\tSub Ch selective Tx support: 0x%01x",
 		 WMI_HECAP_MAC_SUBCHANSELTX_GET(mac_cap));
-	WMA_LOGD("\tUL 2×996 tone RU: 0x%01x",
+	WMA_LOGD("\tUL 2x996 tone RU: 0x%01x",
 		 WMI_HECAP_MAC_UL2X996RU_GET(mac_cap));
 	WMA_LOGD("\tOM ctrl UL MU data disable Rx: 0x%01x",
 		 WMI_HECAP_MAC_OMCULMUDDIS_GET(mac_cap));