File leap156.patch of Package rtl8192eu
diff -Naur rtl8192eu/os_dep/linux/ioctl_cfg80211.c rtl8192eun/os_dep/linux/ioctl_cfg80211.c
--- rtl8192eu/os_dep/linux/ioctl_cfg80211.c	2024-03-27 15:00:23.380486850 +0100
+++ rtl8192eun/os_dep/linux/ioctl_cfg80211.c	2024-11-08 13:44:04.587523958 +0100
@@ -5389,7 +5389,7 @@
 }
 
 static int cfg80211_rtw_change_beacon(struct wiphy *wiphy, struct net_device *ndev,
-#if (LINUX_VERSION_CODE < KERNEL_VERSION(6, 7, 0))
+#if (LINUX_VERSION_CODE < KERNEL_VERSION(6, 4, 0))
 		struct cfg80211_beacon_data *info)
 #else
                 struct cfg80211_ap_update *info)
@@ -5399,7 +5399,7 @@
 	_adapter *adapter = (_adapter *)rtw_netdev_priv(ndev);
 
 	RTW_INFO(FUNC_NDEV_FMT"\n", FUNC_NDEV_ARG(ndev));
-#if (LINUX_VERSION_CODE < KERNEL_VERSION(6, 7, 0))
+#if (LINUX_VERSION_CODE < KERNEL_VERSION(6, 4, 0))
 	ret = rtw_add_beacon(adapter, info->head, info->head_len, info->tail, info->tail_len);
 #else
         ret = rtw_add_beacon(adapter, info->beacon.head, info->beacon.head_len, info->beacon.tail,