Bug 219084
Summary: | RIP: 0010:mt792x_mac_link_bss_remove+0x2b/0x100 | ||
---|---|---|---|
Product: | Drivers | Reporter: | Mike Lothian (mike) |
Component: | network-wireless | Assignee: | drivers_network-wireless (drivers_network-wireless) |
Status: | RESOLVED PATCH_ALREADY_AVAILABLE | ||
Severity: | normal | CC: | regressions |
Priority: | P3 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 6.11-rc0 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | 1541d63c5fe2cebce85b2af84a2850a302ffda9c |
Description
Mike Lothian
2024-07-22 12:37:56 UTC
1541d63c5fe2cebce85b2af84a2850a302ffda9c is the first bad commit commit 1541d63c5fe2cebce85b2af84a2850a302ffda9c Author: Sean Wang <sean.wang@mediatek.com> Date: Wed Jun 12 20:02:40 2024 -0700 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 | 35 +++++++++++++++++++++-------------- 1 file changed, 21 insertions(+), 14 deletions(-) Reverting the following 4 patches was enough to get things working again: d53ab629cff57e450fe69fc90eb1ddc372e8da2d ebb1406813c6ea60d2d95efc69ce6d53bbe43b31 69acd6d910b0c83842bd45c36224d4f8fe59d1d4 1541d63c5fe2cebce85b2af84a2850a302ffda9c Sean Wang, is not on this bug tracker, so it would be nice if you sent your findings to linux-wireless@vger.kernel.org and sean.wang@mediatek.com Thanks. TWIMC, I suspect (but might be wrong there!) this might be fixed by https://lore.kernel.org/all/20240718234633.12737-1-sean.wang@kernel.org/ It is indeed :D Thanks |