Antonio Larrosa
d260e6b73d
- Add patch to fix build in Leap 15.6 whose 6.4 kernel includes backported features from 6.5: * fix-15.6.patch OBS-URL: https://build.opensuse.org/request/show/1169177 OBS-URL: https://build.opensuse.org/package/show/hardware/rtl8812au?expand=0&rev=58
14 lines
463 B
Diff
14 lines
463 B
Diff
Index: 8812au-20210629/os_dep/linux/ioctl_cfg80211.c
|
|
===================================================================
|
|
--- 8812au-20210629.orig/os_dep/linux/ioctl_cfg80211.c
|
|
+++ 8812au-20210629/os_dep/linux/ioctl_cfg80211.c
|
|
@@ -8458,7 +8458,7 @@ static int cfg80211_rtw_tdls_mgmt(struct
|
|
#else
|
|
u8 *peer,
|
|
#endif
|
|
-#if (LINUX_VERSION_CODE >= KERNEL_VERSION(6, 5, 0))
|
|
+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(6, 4, 0))
|
|
int link_id,
|
|
#endif
|
|
u8 action_code,
|