You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I put my rtw_8822cu device in AP mode, the connection stops after a while.
I observed the following error in the kernel log:
[ 1612.157086] rtw_8822cu 1-1.3:1.0: unused phy status page (10)
[ 1612.158301] rtw_8822cu 1-1.3:1.0: unused phy status page (10)
[ 1612.159094] rtw_8822cu 1-1.3:1.0: unused phy status page (10)
After some bisecting I found out that this commit caused this behavior: 386382a : wifi: rtw88: usb: Prevent TX URB use after free
The text was updated successfully, but these errors were encountered:
When I put my rtw_8822cu device in AP mode, the connection stops after a while.
I observed the following error in the kernel log:
[ 1612.157086] rtw_8822cu 1-1.3:1.0: unused phy status page (10)
[ 1612.158301] rtw_8822cu 1-1.3:1.0: unused phy status page (10)
[ 1612.159094] rtw_8822cu 1-1.3:1.0: unused phy status page (10)
After some bisecting I found out that this commit caused this behavior:
386382a : wifi: rtw88: usb: Prevent TX URB use after free
The text was updated successfully, but these errors were encountered: