qcacld-3.0: Log correct con_mode
Log correct con_mode when in mission mode. Change-Id: Ie413a21665eca9492b853650a45033cd9fb774ea CRs-Fixed: 3085538
This commit is contained in:

committed by
Madan Koyyalamudi

parent
320d7db738
commit
d00fec40a9
@@ -21728,7 +21728,7 @@ static int __wlan_hdd_cfg80211_testmode(struct wiphy *wiphy,
|
|||||||
case WLAN_HDD_TM_CMD_WLAN_FTM:
|
case WLAN_HDD_TM_CMD_WLAN_FTM:
|
||||||
{
|
{
|
||||||
if (QDF_GLOBAL_FTM_MODE != hdd_get_conparam()) {
|
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());
|
hdd_get_conparam());
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user