Merge "qcacmn: Spatial Reuse changes" into wlan-cmn.driver.lnx.2.0
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

commit
f9959718f6
@@ -7523,3 +7523,19 @@ wmi_extract_roam_scan_stats_res_evt(wmi_unified_t wmi, void *evt_buf,
|
||||
|
||||
return QDF_STATUS_E_FAILURE;
|
||||
}
|
||||
|
||||
#ifdef OBSS_PD
|
||||
QDF_STATUS
|
||||
wmi_unified_send_obss_spatial_reuse_set_cmd(void *wmi_hdl,
|
||||
struct wmi_host_obss_spatial_reuse_set_param
|
||||
*obss_spatial_reuse_param)
|
||||
{
|
||||
wmi_unified_t wmi = (wmi_unified_t)wmi_hdl;
|
||||
|
||||
if (wmi->ops->send_obss_spatial_reuse_set)
|
||||
return wmi->ops->send_obss_spatial_reuse_set(wmi,
|
||||
obss_spatial_reuse_param);
|
||||
|
||||
return QDF_STATUS_E_FAILURE;
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user