openwrt/package/kernel/rtl8812au-ct
Christian Marangi a07566ead8
rtl8812au-ct: fix even more compilation error with kernel 6.1
Fix more compilation error with kernel 6.1 and make it possible to
compile.

Multiple fix are done due to kernel bump:
- PDE_DATA (now deprecated) to pde_data
- dev_addr now const and require some cast
- prandom_u32 (now deprecated) to get_random_u32

Also other minor fix for always true condition and tasklet type cast not
compatible.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2023-07-30 11:30:19 +02:00
..
patches rtl8812au-ct: fix even more compilation error with kernel 6.1 2023-07-30 11:30:19 +02:00
Makefile rtl8812au-ct: Ignore address errors 2023-01-09 00:23:22 +01:00