qcacmn: Make changes for updating Link qualifier parameters
1. Make changes to selectively send the Link control WMI to the FW with out including the T2LM TLV. 2. Modify the TLV definitions for Link preference to use the newer Link control TLV. Change-Id: Id8beae8376ee5d2fb3434367530a0a6bb976597d CRs-Fixed: 3422692
This commit is contained in:

کامیت شده توسط
Madan Koyyalamudi

والد
53deac6358
کامیت
db04e08c9a
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Copyright (c) 2021, The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
* Copyright (c) 2021-2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
*
|
||||
* Permission to use, copy, modify, and/or distribute this software for any
|
||||
* purpose with or without fee is hereby granted, provided that the above
|
||||
@@ -126,10 +126,12 @@ QDF_STATUS wmi_extract_mgmt_rx_mlo_link_removal_info(
|
||||
* wmi_send_mlo_peer_tid_to_link_map_cmd() - send TID-to-link mapping command
|
||||
* @wmi: WMI handle for this pdev
|
||||
* @params: Pointer to TID-to-link mapping params
|
||||
* @t2lm_info: T2LM info presence flag
|
||||
*/
|
||||
QDF_STATUS wmi_send_mlo_peer_tid_to_link_map_cmd(
|
||||
wmi_unified_t wmi,
|
||||
struct wmi_host_tid_to_link_map_params *params);
|
||||
struct wmi_host_tid_to_link_map_params *params,
|
||||
bool t2lm_info);
|
||||
|
||||
/**
|
||||
* wmi_send_mlo_vdev_tid_to_link_map_cmd() - send TID-to-link mapping command
|
||||
|
مرجع در شماره جدید
Block a user