qcacmn: Handle mlo_force_link_inactive in ml peer assoc flags

Handle mlo_force_link_inactive in ml peer assoc flags.

Change-Id: Ic72c42401b03cfbd5b97fafec72d45d47ab787ea
CRs-Fixed: 3192730
This commit is contained in:
Abhishek Singh
2022-05-09 12:15:02 +05:30
committed by Madan Koyyalamudi
parent 7b23a8ac53
commit ba4e301f48
2 changed files with 5 additions and 1 deletions

View File

@@ -1116,6 +1116,7 @@ struct wmi_host_tid_to_link_map_params {
* @mlo_primary_umac: indicate is the link on primary UMAC, WIN only flag
* @mlo_logical_link_index_valid: indicate if the logial link index in is valid
* @mlo_peer_id_valid: indicate if the mlo peer id is valid
* @mlo_force_link_inactive: force the peer inactive
* @mld_mac: MLD mac address
* @logical_link_index: Unique index for links of the mlo. Starts with Zero
* @ml_peer_id: ML peer id if generated by host. Otherwise invalid peer id
@@ -1126,7 +1127,8 @@ struct peer_assoc_mlo_params {
mlo_primary_umac:1,
mlo_logical_link_index_valid:1,
mlo_peer_id_valid:1,
unused:27;
mlo_force_link_inactive:1,
unused:26;
uint8_t mld_mac[QDF_MAC_ADDR_SIZE];
uint32_t logical_link_index;
uint32_t ml_peer_id;