We had to update our devices from Linux 4.14 to Linux 6.2. Everything upgraded OK except for WiFi. We built the driver using vendor supplied source code. Linux 6.2 now natively supports the hardware (RealTek 8822CU), but it doesn't work in AP mode. I've been working for a month trying to get a working driver from the module vendor and RealTek, as well as various sites that claim to have working drivers. I'm now considering porting the vendors last working driver for Linux 5.9 to Linux 6.2, but I have some questions.
- Is there a porting guide for Linux 6.2? The existing code fails to compile because "linux/ipx.h" doesn't exist, since support has been dropped.
- Does a general purpose "shim" driver exist that will let old drivers work under Linux 6.2.