l1uhong

Results 4 comments of l1uhong

Hi @morrownr Yes, I have a router for MT7628 and I connect an RTL8811cu chipset to the MT7628 using USB. I used the driver you provided, and I can use...

@morrownr I made changes based on this project [https://github.com/XinRoom/Openwrt_rtl8811cu.git](https://github.com/XinRoom/Openwrt_rtl8811cu.git)

I added a patch as follows: --- a/Makefile +++ b/Makefile @@ -55,7 +55,7 @@ CONFIG_GSPI_HCI = n CONFIG_AP_MODE = y CONFIG_P2P = y CONFIG_MP_INCLUDED = y -CONFIG_CONCURRENT_MODE = n +CONFIG_CONCURRENT_MODE...