qcacmn: Skip sending T2LM for bridge sta
Skip sending T2LM info to Target for bridge-sta topology CRs-Fixed: 3598171 Change-Id: Iccbbef68431ca2d415e4f6127ea8231d85ded0e1
This commit is contained in:

committed by
Rahul Choudhary

parent
f6fa6b6729
commit
127fb0fc7e
@@ -29,6 +29,7 @@
|
|||||||
#if defined(WLAN_FEATURE_11BE_MLO) && defined(WLAN_FEATURE_11BE_MLO_ADV_FEATURE)
|
#if defined(WLAN_FEATURE_11BE_MLO) && defined(WLAN_FEATURE_11BE_MLO_ADV_FEATURE)
|
||||||
#include <wlan_t2lm_api.h>
|
#include <wlan_t2lm_api.h>
|
||||||
#endif
|
#endif
|
||||||
|
#include <wlan_mlo_mgr_sta.h>
|
||||||
|
|
||||||
QDF_STATUS wlan_mlo_parse_t2lm_info(uint8_t *ie,
|
QDF_STATUS wlan_mlo_parse_t2lm_info(uint8_t *ie,
|
||||||
struct wlan_t2lm_info *t2lm)
|
struct wlan_t2lm_info *t2lm)
|
||||||
@@ -820,6 +821,12 @@ QDF_STATUS wlan_send_t2lm_info(struct wlan_objmgr_vdev *vdev,
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (mlo_is_sta_bridge_vdev(co_mld_vdev)) {
|
||||||
|
t2lm_debug("skip co_mld_vdev for bridge sta");
|
||||||
|
mlo_release_vdev_ref(co_mld_vdev);
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
status = mlo_tx_ops->send_tid_to_link_mapping(co_mld_vdev,
|
status = mlo_tx_ops->send_tid_to_link_mapping(co_mld_vdev,
|
||||||
t2lm);
|
t2lm);
|
||||||
if (QDF_IS_STATUS_ERROR(status))
|
if (QDF_IS_STATUS_ERROR(status))
|
||||||
|
Reference in New Issue
Block a user