qcacmn: Add WMI changes to send the T2LM command to FW
Add WMI changes to send TID-to-link mapping to FW as part of peer assoc command and as part of WMI_PEER_TID_TO_LINK_MAP_CMDID. Change-Id: Ia3a8fb10d49e1d54d6f4f418be3f684bc0147c5c CRs-Fixed: 3183734
此提交包含在:
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Copyright (c) 2021, The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2021 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
* Copyright (c) 2021-2022 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
|
||||
@@ -53,4 +53,16 @@ QDF_STATUS
|
||||
wmi_send_mlo_link_set_active_cmd(wmi_unified_t wmi_handle,
|
||||
struct mlo_link_set_active_param *param);
|
||||
#endif /*WLAN_FEATURE_11BE_MLO*/
|
||||
|
||||
#if defined(WLAN_FEATURE_11BE) && defined(WLAN_FEATURE_T2LM)
|
||||
/**
|
||||
* 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
|
||||
*/
|
||||
QDF_STATUS wmi_send_mlo_peer_tid_to_link_map_cmd(
|
||||
wmi_unified_t wmi,
|
||||
struct wmi_host_tid_to_link_map_params *params);
|
||||
#endif /* defined(WLAN_FEATURE_11BE) && defined(WLAN_FEATURE_T2LM) */
|
||||
|
||||
#endif /*_WMI_UNIFIED_11BE_API_H_*/
|
||||
|
新增問題並參考
封鎖使用者