Last week I started seeing problem reports from users with kernel 6.12.13. When users moved back to 6.12.12, the problem went away. Bisection appears to indicate the following patch is the cause:
3fe7acc6f4b42ccb1056c5847f18f8eb2fec0834 is the first bad commit
commit 3fe7acc6f4b42ccb1056c5847f18f8eb2fec0834
Author: Ming Yen Hsieh <mingyen.hsieh@xxxxxxxxxxxx>
Date: Tue Dec 10 17:19:20 2024 -0800
wifi: mt76: mt7925: Update mt792x_rx_get_wcid for per-link STA
[ Upstream commit 90c10286b176421068b136da51ed83059a68e322 ]
Update mt792x_rx_get_wcid to support per-link STA.
Fixes: 86c051f2c418 ("wifi: mt76: mt7925: enabling MLO when the firmware supports it")
Signed-off-by: Ming Yen Hsieh <mingyen.hsieh@xxxxxxxxxxxx>
Signed-off-by: Sean Wang <sean.wang@xxxxxxxxxxxx>
Link: https://patch.msgid.link/20241211011926.5002-11-sean.wang@xxxxxxxxxx
Signed-off-by: Felix Fietkau <nbd@xxxxxxxx>
Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>
drivers/net/wireless/mediatek/mt76/mt792x_mac.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Here is a link to one of the reports that show log results:
https://github.com/morrownr/USB-WiFi/issues/577#issuecomment-2661586464