Message ID | b146b670-d91c-41a7-96f0-c37945040aea@gmail.com |
---|---|
Headers | show |
Series | wifi: rtw89: Add support for USB devices | expand |
Bitterblue Smith <rtl8821cerfe2@gmail.com> wrote: > > Add support for USB devices, starting with just RTL8851BU. Thanks for your work!! > RTL8832BU/RTL8852BU can be supported easily later. RTL8832CU/RTL8852CU > can be supported as well, but it keeps losing the connection. > > This is based on rtw88_usb and the official rtl8851bu driver > v1.19.10-70-g84e35c28d.20231019 from here: > https://github.com/fofajardo/rtl8851bu > > I didn't test with any PCI devices. I tested RTL8851BE. It works as usual.
Ping-Ke Shih wrote: > Bitterblue Smith <rtl8821cerfe2@gmail.com> wrote: > > > > Add support for USB devices, starting with just RTL8851BU. > > Thanks for your work!! Have you also tested AP mode? If not, please add a patch to disable it temporarily as a transition solution, like rtw88. > > > RTL8832BU/RTL8852BU can be supported easily later. RTL8832CU/RTL8852CU > > can be supported as well, but it keeps losing the connection. > > > > This is based on rtw88_usb and the official rtl8851bu driver > > v1.19.10-70-g84e35c28d.20231019 from here: > > https://github.com/fofajardo/rtl8851bu > > > > I didn't test with any PCI devices. > > I tested RTL8851BE. It works as usual.
On 13/05/2025 10:07, Ping-Ke Shih wrote: > Ping-Ke Shih wrote: >> Bitterblue Smith <rtl8821cerfe2@gmail.com> wrote: >>> >>> Add support for USB devices, starting with just RTL8851BU. >> >> Thanks for your work!! > > Have you also tested AP mode? If not, please add a patch to disable it > temporarily as a transition solution, like rtw88. > I tested it only for a few minutes with RTL8851BU and RTL8832BU. My phone can connect to both. >> >>> RTL8832BU/RTL8852BU can be supported easily later. RTL8832CU/RTL8852CU >>> can be supported as well, but it keeps losing the connection. >>> >>> This is based on rtw88_usb and the official rtl8851bu driver >>> v1.19.10-70-g84e35c28d.20231019 from here: >>> https://github.com/fofajardo/rtl8851bu >>> >>> I didn't test with any PCI devices. >> >> I tested RTL8851BE. It works as usual. >