rtl8812au-ct: bump to fix kernel 6.1 compile
authorJohn Thomson <git@johnthomson.fastmail.com.au>
Tue, 15 Aug 2023 22:11:45 +0000 (08:11 +1000)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 19 Aug 2023 14:38:48 +0000 (16:38 +0200)
commitc123e4f0533ea0f0a01d0c81eb00b22da5ea9004
tree23485770625e8e7ccaaf3faa6bee7830af6376c3
parentedfe91372adfdaf5ee4e294fb0f5860a16adc551
rtl8812au-ct: bump to fix kernel 6.1 compile

 9b2b203 fix usb_recv_tasklet -Wcast-function-type
 a027da5 fix kernel 6.1 80211 link_id
 7a9c802 fix build for kernel 6.1 prandom
 3a3eb24 fix build for kernel 5.17 PDE_DATA
 fe2afbd fix build for kernel 5.17 const netdev->dev_addr
 7275bae fix build for 5.17 kernel complete_and_exit
 c9c2aa7 Update usb_intf.c

revert the upstream 6.1 link_id (depend on kernel version) changes and
force 6.1 link_id

The downstream patch casting const off the direct dev_addr writes
triggers the runtime check from
Linux d07b26f5bbea ("dev_addr: add a modification check")

Fixes: #13261
Fixes: a07566ead82a ("rtl8812au-ct: fix even more compilation error with kernel 6.1")
Signed-off-by: John Thomson <git@johnthomson.fastmail.com.au>
package/kernel/rtl8812au-ct/Makefile
package/kernel/rtl8812au-ct/patches/003-wireless-5.8.patch
package/kernel/rtl8812au-ct/patches/005-kernel-6.1.patch [deleted file]
package/kernel/rtl8812au-ct/patches/006-os_dep-osdep_service-use-new-get_random_u32.patch [deleted file]
package/kernel/rtl8812au-ct/patches/007-treewide-fix-always-TRUE-condition-warning.patch
package/kernel/rtl8812au-ct/patches/008-treewide-use-correct-type-for-tasklet_init.patch [deleted file]
package/kernel/rtl8812au-ct/patches/009-treewide-drop-const-from-dev_addr.patch [deleted file]
package/kernel/rtl8812au-ct/patches/010-os_dep-linux-proc-move-to-pde_data-function.patch [deleted file]
package/kernel/rtl8812au-ct/patches/099-cut-linkid-linux-version-code-conditionals.patch [new file with mode: 0644]
package/kernel/rtl8812au-ct/patches/100-api_update.patch