diff options
author | Kang Yang <[email protected]> | 2024-04-29 16:15:25 +0800 |
---|---|---|
committer | Kalle Valo <[email protected]> | 2024-05-07 13:18:24 +0300 |
commit | efd920f48d1f9c41368579d1a278e88c082cc233 (patch) | |
tree | e4b4ab4ada48caa5e64f48cced7dfb975fe0dea1 /tools/perf/scripts/python/event_analyzing_sample.py | |
parent | f40aaca07bf7b52e82ca8e5ddb29190466b5dcbd (diff) |
wifi: ath12k: remove invalid peer create logic
In ath12k_mac_op_assign_vif_chanctx(), there is a logic to
create peer using ar->mac_addr for a STA vdev. This is invalid
because a STA vdev should have a peer created using AP's
MAC address. Besides, if we run into that logic, it means a peer
has already been created earlier, we should not create it again.
So remove it.
Tested-on: WCN7850 hw2.0 PCI WLAN.HMT.1.0.c5-00481-QCAHMTSWPL_V1.0_V2.0_SILICONZ-3
Signed-off-by: Kang Yang <[email protected]>
Acked-by: Jeff Johnson <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Link: https://msgid.link/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions