]> www.infradead.org Git - users/jedix/linux-maple.git/commit
wifi: ath12k: use arsta instead of sta
authorSriram R <quic_srirrama@quicinc.com>
Thu, 21 Nov 2024 15:58:02 +0000 (17:58 +0200)
committerKalle Valo <quic_kvalo@quicinc.com>
Mon, 25 Nov 2024 17:02:55 +0000 (19:02 +0200)
commit061097e5732dc478ef0e57995fae307e1b95ed62
tree3ef84b670c8f28b5c96887df60bf7ae91f9ae1d2
parentea4192553850cc6b46d5676a9514f759ef3dee0d
wifi: ath12k: use arsta instead of sta

Currently, struct ieee80211_sta (sta) is used for many WMI and mac80211 ops but
for multi link station, driver should use struct ath12k_link_sta (arsta)
instead of sta. Add changes to use arsta object for WMI commands and other
mac80211 ops.

Tested-on: QCN9274 hw2.0 PCI WLAN.WBE.1.3.1-00173-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: Sriram R <quic_srirrama@quicinc.com>
Signed-off-by: Harshitha Prem <quic_hprem@quicinc.com>
Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>
Link: https://patch.msgid.link/20241121155806.1862733-5-kvalo@kernel.org
drivers/net/wireless/ath/ath12k/mac.c