qcacmn: Add dependency of blacklist manager macro at WMI layer

The blacklist manager macro is connection manager specific, whereas
the macros used at WMI is dependent on roam offload.
Hence mark of dependency of FEATURE_BLACKLIST_MGR on
WLAN_FEATURE_ROAM_OFFLOAD.

Change-Id: If48b701a450d34915d57780a274311aa2590c89a
CRs-Fixed: 2746160
This commit is contained in:
Santosh Anbu
2020-08-03 17:15:15 +05:30
committed by snandini
parent 4dd08941dd
commit 6315ce5dd1
4 changed files with 5 additions and 5 deletions

View File

@@ -72,7 +72,7 @@ QDF_STATUS
wmi_unified_vdev_set_gtx_cfg_cmd(wmi_unified_t wmi_handle, uint32_t if_id,
struct wmi_gtx_config *gtx_info);
#ifdef FEATURE_BLACKLIST_MGR
#if defined(WLAN_FEATURE_ROAM_OFFLOAD) && defined(FEATURE_BLACKLIST_MGR)
/**
* wmi_unified_send_reject_ap_list() - send the reject ap list maintained by
* BLM to FW for roaming cases.