Import version 2.19.2

This commit is contained in:
Hyacinthe Cartiaux
2024-11-04 14:28:20 +01:00
committed by Hyacinthe Cartiaux
parent a3dd2c0d8c
commit d367f1d4b7
2 changed files with 1781 additions and 339 deletions
+3
View File
@@ -21,6 +21,8 @@
#endif /* LINUX_VERSION_CODE >= KERNEL_VERSION(3,7,0) */ #endif /* LINUX_VERSION_CODE >= KERNEL_VERSION(3,7,0) */
#endif /* LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,31) */ #endif /* LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,31) */
#if LINUX_VERSION_CODE < KERNEL_VERSION(6,9,0)
#define ethtool_keee ethtool_eee
#if LINUX_VERSION_CODE < KERNEL_VERSION(5,19,0) #if LINUX_VERSION_CODE < KERNEL_VERSION(5,19,0)
#define TSO_LEGACY_MAX_SIZE 65536 #define TSO_LEGACY_MAX_SIZE 65536
#define netif_napi_add_weight netif_napi_add #define netif_napi_add_weight netif_napi_add
@@ -637,6 +639,7 @@
} }
#endif /* LINUX_VERSION_CODE < KERNEL_VERSION(5,17,0) */ #endif /* LINUX_VERSION_CODE < KERNEL_VERSION(5,17,0) */
#endif /* LINUX_VERSION_CODE < KERNEL_VERSION(5,19,0) */ #endif /* LINUX_VERSION_CODE < KERNEL_VERSION(5,19,0) */
#endif /* LINUX_VERSION_CODE < KERNEL_VERSION(6,9,0) */
#ifndef FALSE #ifndef FALSE
#define TRUE 1 #define TRUE 1
+1778 -339
View File
File diff suppressed because it is too large Load Diff