qcacmn: Add Max ML Peer ID support from target capability exchange

Add support to parse the Max ML Peer ID's parameter received from target
capabilities and update the parameter in global MLO context.

Change-Id: I4118d288a312dc4a18182caf765b0ded014b985a
CRs-Fixed: 3556542
This commit is contained in:
Rakesh Boyina
2023-06-21 06:19:56 -07:00
committed by Rahul Choudhary
parent 85dafccb66
commit 64dc3a4199
5 changed files with 50 additions and 0 deletions

View File

@@ -78,10 +78,12 @@ enum wmi_mlo_setup_status {
/** struct wmi_mlo_setup_complete_params - MLO setup complete event params
* @pdev_id: pdev id of radio on which this event is received
* @status: status code
* @max_ml_peer_ids: Maximum ML Peer ID's
*/
struct wmi_mlo_setup_complete_params {
uint32_t pdev_id;
enum wmi_mlo_setup_status status;
uint32_t max_ml_peer_ids;
};
/** enum wmi_mlo_teardown_status - Status code in WMI MLO teardown completion