wifi: mac80211: fix RCU use in TDLS fast-xmit
authorJohannes Berg <johannes.berg@intel.com>
Mon, 29 Jan 2024 14:53:48 +0000 (15:53 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 2 Feb 2024 12:09:19 +0000 (13:09 +0100)
commit9480adfe4e0f0319b9da04b44e4eebd5ad07e0cd
treed136d1544d378732c60704beda3b83fe4ad23b1d
parent35e2385dbe787936c793d70755a5177d267a40aa
wifi: mac80211: fix RCU use in TDLS fast-xmit

This looks up the link under RCU protection, but isn't
guaranteed to actually have protection. Fix that.

Fixes: 8cc07265b691 ("wifi: mac80211: handle TDLS data frames with MLO")
Link: https://msgid.link/20240129155348.8a9c0b1e1d89.I553f96ce953bb41b0b877d592056164dec20d01c@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/tx.c