Logan
Logan
Hi AJA Technical Support here, I've been looking through the CasparCG forums, and git repo for AJA device support as we have had a couple customer come to us asking...
I was able to work around this issue by modifying `rtw_proc.c` and `ioctl_cfg80211.c` in `./os_dep/linux`. Here is the modified file. [rtw_proc.zip](https://github.com/aircrack-ng/rtl8812au/files/11425579/rtw_proc.zip) [ioctl_cfg80211.zip](https://github.com/aircrack-ng/rtl8812au/files/11425595/ioctl_cfg80211.zip) ```diff diff --git a/os_dep/linux/ioctl_cfg80211.c b/os_dep/linux/ioctl_cfg80211.c index a14b544..d1db989 100644...