I want to try this driver on the nanopi r2s, but I get this error when is compiling:
rtl8812au-ac-2020-05-20-fc0194c1/os_dep/linux/ioctl_cfg80211.c:10072:25: error: initialization of 'int (*)(struct wiphy *, struct wireless_dev *, u64)' {aka 'int (*)(struct wiphy *, struct wireless_dev *, long long unsigned int)'} from incompatible pointer type 'void (*)(struct wiphy *, struct wireless_dev *, u16, bool)' {aka 'void (*)(struct wiphy *, struct wireless_dev *, short unsigned int, _Bool)'} [-Werror=incompatible-pointer-types]
.mgmt_frame_register = cfg80211_rtw_mgmt_frame_register,
^~~~~~~~~~~~~~~~~~~
rtl8812au-ac-2020-05-20-fc0194c1/os_dep/linux/ioctl_cfg80211.o] Error 1