2024-06-12 12:42:43

by Johannes Berg

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

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