qcacld-3.0: Reject GET_CU_FOR_EACH_SUB_BW request for MLO conn

As per requirement, for MLO connection host should reject
GET_CU_FOR_EACH_SUB_BW request and return failure to upper
layer as a response.

Change-Id: I8177d92982c832a17c1657239b69cc3712e1eaf4
CRs-Fixed: 3476349
This commit is contained in:
Abhinav Kumar
2023-04-23 22:25:14 -07:00
committed by Madan Koyyalamudi
parent fbcbaaf178
commit 042a37976b
5 changed files with 30 additions and 21 deletions

View File

@@ -367,10 +367,10 @@ ucfg_mlme_set_vdev_traffic_type(struct wlan_objmgr_psoc *psoc,
return status;
}
void ucfg_mlme_connected_chan_stats_request(struct wlan_objmgr_psoc *psoc,
uint8_t vdev_id)
QDF_STATUS ucfg_mlme_connected_chan_stats_request(struct wlan_objmgr_psoc *psoc,
uint8_t vdev_id)
{
mlme_connected_chan_stats_request(psoc, vdev_id);
return mlme_connected_chan_stats_request(psoc, vdev_id);
}
bool