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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user