mbox series

[0/2] wifi: mac80211: fix wider-BW TDLS with multiple vifs

Message ID 20240612123707.38067-4-johannes@sipsolutions.net
Headers show
Series wifi: mac80211: fix wider-BW TDLS with multiple vifs | expand

Message

Johannes Berg June 12, 2024, 12:35 p.m. UTC
While looking into the chanctx/sta bandwidth issue fixed by
the previous patchset, I realized that the TDLS wider-BW code
is completely wrong, it takes all TDLS stations on all vifs
(and links) into account, rather than only those tied to the
same chanctx. Fix that too.

johannes