diff --git a/umac/mlme/connection_mgr/core/src/wlan_cm_connect.c b/umac/mlme/connection_mgr/core/src/wlan_cm_connect.c index 9ad93f34c0..02f232433e 100644 --- a/umac/mlme/connection_mgr/core/src/wlan_cm_connect.c +++ b/umac/mlme/connection_mgr/core/src/wlan_cm_connect.c @@ -28,7 +28,7 @@ #endif #include #ifdef CONN_MGR_ADV_FEATURE -#include "wlan_blm_api.h" +#include "wlan_dlm_api.h" #include "wlan_cm_roam_api.h" #include "wlan_tdls_api.h" #endif diff --git a/umac/mlme/connection_mgr/core/src/wlan_cm_disconnect.c b/umac/mlme/connection_mgr/core/src/wlan_cm_disconnect.c index 5697a3a512..0b39483551 100644 --- a/umac/mlme/connection_mgr/core/src/wlan_cm_disconnect.c +++ b/umac/mlme/connection_mgr/core/src/wlan_cm_disconnect.c @@ -26,7 +26,7 @@ #include "wlan_scan_api.h" #include "wlan_crypto_global_api.h" #ifdef CONN_MGR_ADV_FEATURE -#include "wlan_blm_api.h" +#include "wlan_dlm_api.h" #endif #include diff --git a/wmi/inc/wmi_version_whitelist.h b/wmi/inc/wmi_version_allowlist.h similarity index 87% rename from wmi/inc/wmi_version_whitelist.h rename to wmi/inc/wmi_version_allowlist.h index a114cf40eb..6eace7106c 100644 --- a/wmi/inc/wmi_version_whitelist.h +++ b/wmi/inc/wmi_version_allowlist.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2013-2014, 2016 The Linux Foundation. All rights reserved. + * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved. * * Permission to use, copy, modify, and/or distribute this software for * any purpose with or without fee is hereby granted, provided that the @@ -23,10 +24,10 @@ * indicated version does not break WMI compatibility even though it has * a minor version change. */ -#ifndef _WMI_VERSION_WHITELIST_H_ -#define _WMI_VERSION_WHITELIST_H_ +#ifndef _WMI_VERSION_ALLOWLIST_H_ +#define _WMI_VERSION_ALLOWLIST_H_ static wmi_whitelist_version_info version_whitelist[] = { {0, 0, 0x5F414351, 0x00004C4D, 0, 0} /* Placeholder: Major=0, Minor=0, Namespace="QCA_ML" (Dummy entry) */ }; -#endif /* _WMI_VERSION_WHITELIST_H_ */ +#endif /* _WMI_VERSION_ALLOWLIST_H_ */ diff --git a/wmi/src/wmi_unified_tlv.c b/wmi/src/wmi_unified_tlv.c index 650adf4813..6dd835e933 100644 --- a/wmi/src/wmi_unified_tlv.c +++ b/wmi/src/wmi_unified_tlv.c @@ -21,7 +21,7 @@ #include "wmi.h" #include "wmi_version.h" #include "wmi_unified_priv.h" -#include "wmi_version_whitelist.h" +#include "wmi_version_allowlist.h" #include #include #include