Commit de69d79
wifi: ath11k: avoid forward declaration of ath11k_mac_start_vdev_delay()
[ Upstream commit ce59902 ]
Currently ath11k_mac_start_vdev_delay() needs a forward declaration because
it is defined after where it is called. Avoid this by re-arranging
ath11k_mac_station_add() and ath11k_mac_op_sta_state().
No functional changes. Compile tested only.
Signed-off-by: Baochen Qiang <quic_bqiang@quicinc.com>
Acked-by: Jeff Johnson <quic_jjohnson@quicinc.com>
Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>
Link: https://msgid.link/20240123025700.2929-4-quic_bqiang@quicinc.com
Stable-dep-of: 97acb02 ("wifi: ath11k: fix group data packet drops during rekey")
Signed-off-by: Sasha Levin <sashal@kernel.org>
(cherry picked from commit 6bf93442676003435700bc50a6f6ef9ce2f77945)1 parent df1cb9b commit de69d79
1 file changed
Lines changed: 228 additions & 231 deletions
0 commit comments