Skip to content

Commit

Permalink
Import version 2.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hcartiaux committed Nov 4, 2024
1 parent a3dd2c0 commit d367f1d
Show file tree
Hide file tree
Showing 2 changed files with 1,870 additions and 428 deletions.
3 changes: 3 additions & 0 deletions compatibility.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
#endif /* LINUX_VERSION_CODE >= KERNEL_VERSION(3,7,0) */
#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)
#define TSO_LEGACY_MAX_SIZE 65536
#define netif_napi_add_weight netif_napi_add
Expand Down Expand Up @@ -637,6 +639,7 @@
}
#endif /* LINUX_VERSION_CODE < KERNEL_VERSION(5,17,0) */
#endif /* LINUX_VERSION_CODE < KERNEL_VERSION(5,19,0) */
#endif /* LINUX_VERSION_CODE < KERNEL_VERSION(6,9,0) */

#ifndef FALSE
#define TRUE 1
Expand Down
Loading

0 comments on commit d367f1d

Please sign in to comment.