-
-
Notifications
You must be signed in to change notification settings - Fork 274
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
657 additions
and
635 deletions.
There are no files selected for viewing
31 changes: 31 additions & 0 deletions
31
6.6/package/kernel/mac80211/patches/build/900-userhdr.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- a/backport-include/net/genetlink.h 2023-10-19 17:24:48.721119999 +0200 | ||
+++ b/backport-include/net/genetlink.h 2023-10-19 17:35:11.810569190 +0200 | ||
@@ -3,6 +3,7 @@ | ||
#include_next <net/genetlink.h> | ||
#include <linux/version.h> | ||
|
||
+#if LINUX_VERSION_IS_LESS(6,5,0) | ||
static inline void __bp_genl_info_userhdr_set(struct genl_info *info, | ||
void *userhdr) | ||
{ | ||
@@ -13,6 +14,7 @@ | ||
{ | ||
return info->userhdr; | ||
} | ||
+#endif /* < 6.5.0 */ | ||
|
||
#if LINUX_VERSION_IS_LESS(4,12,0) | ||
#define GENL_SET_ERR_MSG(info, msg) NL_SET_ERR_MSG(genl_info_extack(info), msg) | ||
@@ -47,10 +47,12 @@ | ||
} | ||
|
||
/* this gets put in place of info->userhdr, since we use that above */ | ||
+#if LINUX_VERSION_IS_LESS(6,5,0) | ||
static inline void *genl_info_userhdr(struct genl_info *info) | ||
{ | ||
return (u8 *)info->genlhdr + GENL_HDRLEN; | ||
} | ||
+#endif | ||
|
||
#if LINUX_VERSION_IS_LESS(4,10,0) | ||
#define __genl_ro_after_init |
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
6.6/package/kernel/rtl8812au-ct/patches/001-use-kernel-byteorder.patch
This file was deleted.
Oops, something went wrong.
156 changes: 0 additions & 156 deletions
156
6.6/package/kernel/rtl8812au-ct/patches/002-vendor_command_policy.patch
This file was deleted.
Oops, something went wrong.
30 changes: 0 additions & 30 deletions
30
6.6/package/kernel/rtl8812au-ct/patches/003-wireless-5.8.patch
This file was deleted.
Oops, something went wrong.
24 changes: 0 additions & 24 deletions
24
6.6/package/kernel/rtl8812au-ct/patches/004-remove-extern-inline.patch
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
6.6/package/kernel/rtl8812au-ct/patches/005-kernel-6.1.patch
This file was deleted.
Oops, something went wrong.
25 changes: 0 additions & 25 deletions
25
...package/kernel/rtl8812au-ct/patches/006-os_dep-osdep_service-use-new-get_random_u32.patch
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.