Bitterblue
Bitterblue
Now that you modified the debug_mask do you see any new messages? Just checking because I realised you may be waiting for nothing if your kernel doesn't have CONFIG_RTW88_DEBUG.
Then we will not be getting any new information. You need to recompile at least rtw88 with CONFIG_RTW88_DEBUG enabled. Ideally with CONFIG_RTW88_DEBUGFS enabled as well because it could be useful,...
Do you have these commits? https://web.git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next.git/commit/drivers/net/wireless/realtek/rtw88?id=e9048e2935f7d797c2ba047c15b705b57c2fa99a https://web.git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next.git/commit/drivers/net/wireless/realtek/rtw88?id=13221be72034d1c34630ab124c43438aefe7e656 https://web.git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next.git/commit/drivers/net/wireless/realtek/rtw88?id=3e3aa566dd1803f1697530de6c8489a8350765b3
Those three commits will fix the AP randomly dying. "failed to send h2c command" may be an unrelated problem.
The patches don't apply, or the resulting code doesn't compile?
https://github.com/openwrt/openwrt/tree/v24.10.0/package/kernel/mac80211/patches/rtl If the patches in that folder are meant to work with the 6.6 kernel, they are missing some important ones: https://web.git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next.git/commit/drivers/net/wireless/realtek/rtw88?id=fbbd8cb347e25b68d25c4f3871821afc495ee7a9 https://web.git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next.git/commit/drivers/net/wireless/realtek/rtw88?id=38ea04a79ad0f8cc30bb5e9ad98d665e4ae5060c https://web.git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next.git/commit/drivers/net/wireless/realtek/rtw88?id=df3d8f463b1dfc7cb8f4fb52b1b81d290b850d03 https://web.git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next.git/commit/drivers/net/wireless/realtek/rtw88?id=002a5db9a52a0e7af0fa9a450d31049748435748 https://web.git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next.git/commit/drivers/net/wireless/realtek/rtw88?id=faa2e484b393c56bc1243dca6676a70bc485f775 https://web.git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next.git/commit/drivers/net/wireless/realtek/rtw88?id=902cb7b11f9a7ff07233cc4c626b54c3e4703149 Maybe more. What...
Ah, so not just mac80211 is backported from 6.12.6 but the drivers as well? @mj22226 I see your patch adds "wifi: rtw88: usb: Copy instead of cloning the RX skb"...
I wonder if it's the same problem that was recently fixed in rtw89: https://lore.kernel.org/linux-wireless/2goskmst4na36v42p2bs47uernp6kh3gzpadhr3u3r2yvyoxlg@bfprgq2qae7p/
Someone needs to copy the patch from rtw89.
> I wonder if it's the same problem that was recently fixed in rtw89: https://lore.kernel.org/linux-wireless/2goskmst4na36v42p2bs47uernp6kh3gzpadhr3u3r2yvyoxlg@bfprgq2qae7p/ I pushed a fix for that problem. (It won't help the RTL8822BU in USB 3...