|
@@ -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;
|