0
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-11-22 04:56:15 +00:00
openwrt/package/kernel/rtl8812au-ct/patches
Shiji Yang 419ceead11 rtl8812au-ct: fix build with mac80211 6.9.9 backport
The change_beacon() API has been updated since the 6.7 kernel. Ref:
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v6.9.9&id=66f85d57b7109baf8a7d5ee04049ac9412611d35

Fix build error:
../rtl8812au-ct-2022.10.26~9b2b203a/os_dep/linux/ioctl_cfg80211.c:5984:26: error: initialization of 'int (*)(struct wiphy *, struct net_device *, struct cfg80211_ap_update *)' from incompatible pointer type 'int (*)(struct wiphy *, struct net_device *, struct cfg80211_beacon_data *)' [-Werror=incompatible-pointer-types]
 5984 |         .change_beacon = cfg80211_rtw_change_beacon,
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
../rtl8812au-ct-2022.10.26~9b2b203a/os_dep/linux/ioctl_cfg80211.c:5984:26: note: (near initialization for 'rtw_cfg80211_ops.change_beacon')

Link: https://patchwork.ozlabs.org/project/openwrt/patch/TYCP286MB0895A26BA1C0517F2CBE71F0BCA72@TYCP286MB0895.JPNP286.PROD.OUTLOOK.COM/
Signed-off-by: Shiji Yang <yangshiji66@qq.com>
2024-07-13 14:25:36 +02:00
..
001-use-kernel-byteorder.patch rtl8812au: Add out-of-tree driver. 2018-12-16 00:57:19 +01:00
002-vendor_command_policy.patch rtl8812au-ct: Add vendor command policy 2019-08-18 14:06:24 +02:00
003-wireless-5.8.patch rtl8812au-ct: bump to fix kernel 6.1 compile 2023-08-19 16:38:48 +02:00
004-remove-extern-inline.patch rtl8812au-ct: Fix compile 2022-10-18 15:09:23 +02:00
007-treewide-fix-always-TRUE-condition-warning.patch rtl8812au-ct: bump to fix kernel 6.1 compile 2023-08-19 16:38:48 +02:00
008-fix-ret-status-code-type.patch rtl8812au-ct: fix build failure on linux kernel 6.6 2024-03-11 20:17:26 +01:00
009-fix-build-on-linux-6.7-kernel.patch rtl8812au-ct: fix build with mac80211 6.9.9 backport 2024-07-13 14:25:36 +02:00
099-cut-linkid-linux-version-code-conditionals.patch rtl8812au-ct: bump to fix kernel 6.1 compile 2023-08-19 16:38:48 +02:00
100-api_update.patch rtl8812au-ct: bump to fix kernel 6.1 compile 2023-08-19 16:38:48 +02:00