diff options
author | Rameshkumar Sundaram <quic_ramess@quicinc.com> | 2024-10-15 19:14:10 +0200 |
---|---|---|
committer | Jeff Johnson <quic_jjohnson@quicinc.com> | 2024-10-16 17:36:20 +0200 |
commit | abaadb934b30ec86065e9c8a23843d7bb8be0064 (patch) | |
tree | e869d1608f2480cc4a53a64a3ca835f425f3d4f2 /arch | |
parent | wifi: ath12k: prepare vif config caching for MLO (diff) | |
download | linux-abaadb934b30ec86065e9c8a23843d7bb8be0064.tar.xz linux-abaadb934b30ec86065e9c8a23843d7bb8be0064.zip |
wifi: ath12k: modify ath12k_mac_vif_chan() for MLO
With MLO, multiple links can be affiliated to a vif (struct ieee80211_vif) and
hence ath12k_mac_vif_chan() needs to know the link id to fetch the channel
context among the links. Rename ath12k_mac_vif_chan() to
ath12k_mac_vif_link_chan() and introduce link id argument to fetch the channel
context from the link bss corresponding to the link id.
For non-MLO vif, link 0's (i.e. deflink) channel context will be returned.
Tested-on: QCN9274 hw2.0 PCI WLAN.WBE.1.0.1-00029-QCAHKSWPL_SILICONZ-1
Tested-on: WCN7850 hw2.0 PCI WLAN.HMT.1.0.c5-00481-QCAHMTSWPL_V1.0_V2.0_SILICONZ-3
Signed-off-by: Rameshkumar Sundaram <quic_ramess@quicinc.com>
Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>
Link: https://patch.msgid.link/20241015171416.518022-6-kvalo@kernel.org
Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions