Jelajahi Sumber

qcacld-3.0: Log correct con_mode

Log correct con_mode when in mission mode.

Change-Id: Ie413a21665eca9492b853650a45033cd9fb774ea
CRs-Fixed: 3085538
Aditya Kodukula 3 tahun lalu
induk
melakukan
d00fec40a9
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      core/hdd/src/wlan_hdd_cfg80211.c

+ 1 - 1
core/hdd/src/wlan_hdd_cfg80211.c

@@ -21728,7 +21728,7 @@ static int __wlan_hdd_cfg80211_testmode(struct wiphy *wiphy,
 	case WLAN_HDD_TM_CMD_WLAN_FTM:
 	{
 		if (QDF_GLOBAL_FTM_MODE != hdd_get_conparam()) {
-			hdd_err("Command not allowed in FTM mode, mode %d",
+			hdd_err("FTM Command not allowed in mission mode, mode %d",
 				hdd_get_conparam());
 			return -EINVAL;
 		}