]> www.infradead.org Git - users/jedix/linux-maple.git/commit
wifi: mt76: mt7915: ensure that only one sta entry is active per mac address
authorFelix Fietkau <nbd@nbd.name>
Mon, 30 Dec 2024 19:41:57 +0000 (20:41 +0100)
committerFelix Fietkau <nbd@nbd.name>
Tue, 14 Jan 2025 12:34:36 +0000 (13:34 +0100)
commit82d6f1adfede540c6842173175c09b2bd3ebbe75
treec5afd9d7f9dd383897e8654763a02014509ae5c8
parent228bc0e79c85269d36cc81e0288e95f2f9ba7ae1
wifi: mt76: mt7915: ensure that only one sta entry is active per mac address

When a client is roaming to a different AP interface, a duplicate wtbl entry
can be created. This can lead to lost packets or aggregation issues until
the old entry expires.
In order to fix this issue, delete any conflicting entries from WTBL
whenever a station is authorized.

Link: https://patch.msgid.link/20241230194202.95065-9-nbd@nbd.name
Signed-off-by: Felix Fietkau <nbd@nbd.name>
drivers/net/wireless/mediatek/mt76/mt7915/main.c