svpcom / rtl8812au

Patched rtl88xxau drivers for wfb-ng
https://github.com/svpcom/wfb-ng
GNU General Public License v2.0
103 stars 64 forks source link

Does not build on kernel 5.15 #13

Closed Cyberunner23 closed 2 years ago

Cyberunner23 commented 2 years ago

The bulid fails with the following error

rtl8812au/core/rtw_br_ext.c:20:18: fatal error: netipx/ipx.h: No such file or directory
20 |         #include <net/ipx.h>
   |                  ^~~~~~~~~~~~~~

This is due to the ipx network layer being removed after being deprecated as mentioned here

svpcom commented 2 years ago

@Cyberunner23 try a fix

Cyberunner23 commented 2 years ago

It worked thanks!