diff options
Diffstat (limited to 'target/linux/bcm53xx/patches-5.10/600-net-disable-GRO-by-default.patch')
-rw-r--r-- | target/linux/bcm53xx/patches-5.10/600-net-disable-GRO-by-default.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/bcm53xx/patches-5.10/600-net-disable-GRO-by-default.patch b/target/linux/bcm53xx/patches-5.10/600-net-disable-GRO-by-default.patch index 506e6f5b99..d001852f38 100644 --- a/target/linux/bcm53xx/patches-5.10/600-net-disable-GRO-by-default.patch +++ b/target/linux/bcm53xx/patches-5.10/600-net-disable-GRO-by-default.patch @@ -21,7 +21,7 @@ Signed-off-by: Rafał Miłecki <rafal@milecki.pl> --- a/include/linux/netdev_features.h +++ b/include/linux/netdev_features.h -@@ -231,10 +231,10 @@ static inline int find_next_netdev_feature(u64 feature, unsigned long start) +@@ -231,10 +231,10 @@ static inline int find_next_netdev_featu #define NETIF_F_UPPER_DISABLES NETIF_F_LRO /* changeable features with no special hardware requirements */ |