]> www.infradead.org Git - users/jedix/linux-maple.git/commit
wifi: mt76: mt7925: add mt7925_mac_link_bss_remove to remove per-link BSS
authorSean Wang <sean.wang@mediatek.com>
Thu, 13 Jun 2024 03:02:40 +0000 (20:02 -0700)
committerFelix Fietkau <nbd@nbd.name>
Tue, 9 Jul 2024 21:01:59 +0000 (23:01 +0200)
commit1541d63c5fe2cebce85b2af84a2850a302ffda9c
tree3c9a760043fb162403d80b576c74d44abcd61764
parent95977b1d10cfeb12b67a76dc2eefa86300c396d1
wifi: mt76: mt7925: add mt7925_mac_link_bss_remove to remove per-link BSS

The mt7925_mac_link_bss_remove function currently removes the per-link BSS.
We will extend this function when we implement the MLO functionality.

This patch only includes structural changes and does not involve any
logic changes.

Signed-off-by: Sean Wang <sean.wang@mediatek.com>
Link: https://patch.msgid.link/20240613030241.5771-47-sean.wang@kernel.org
Signed-off-by: Felix Fietkau <nbd@nbd.name>
drivers/net/wireless/mediatek/mt76/mt792x_core.c