Please feel free to use it under GPL license. Also welcome to upstream to the Linux kernel if you want.
Driver for 802.11ax USB Adapter with chipset: RTL8852AU
This driver is based on Realtek's rtw89 driver in Linux main trunk. Or can refer to this lwfinger's github [rtw89] (https://github.com/lwfinger/rtw89)
$ make clean
$ make
Load driver for test:
$ sudo mkdir -p /lib/firmware/rtw89
$ sudo cp fw/rtw8852* /lib/firmware/rtw89/
$ sudo modprobe mac80211
$ sudo insmod rtw89_core.ko
$ sudo insmod rtw89_usb.ko
On Going.