From d00fec40a9483c3063269353f737d007b092637b Mon Sep 17 00:00:00 2001 From: Aditya Kodukula Date: Tue, 30 Nov 2021 15:35:09 -0800 Subject: [PATCH] qcacld-3.0: Log correct con_mode Log correct con_mode when in mission mode. Change-Id: Ie413a21665eca9492b853650a45033cd9fb774ea CRs-Fixed: 3085538 --- core/hdd/src/wlan_hdd_cfg80211.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/hdd/src/wlan_hdd_cfg80211.c b/core/hdd/src/wlan_hdd_cfg80211.c index dd78695d36..6327d79f16 100644 --- a/core/hdd/src/wlan_hdd_cfg80211.c +++ b/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; }