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:

committed by
Madan Koyyalamudi

parent
fbcbaaf178
commit
042a37976b
@@ -4619,10 +4619,10 @@ ucfg_mlme_is_chwidth_with_notify_supported(struct wlan_objmgr_psoc *psoc);
|
||||
* @psoc: pointer to psoc object
|
||||
* @vdev_id: Vdev id
|
||||
*
|
||||
* Return: none
|
||||
* Return: QDF_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);
|
||||
|
||||
/**
|
||||
* ucfg_mlme_set_vdev_traffic_high_throughput() - Set/clear vdev high
|
||||
|
Reference in New Issue
Block a user