X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/697e06b22580013c25f0f170925fa5f02879345b..d10bdef83bdfc356e1335e773dfb84c62ab10fe8:/target/linux/atheros/patches-2.6.24/150-bridge-printk.patch?ds=sidebyside diff --git a/target/linux/atheros/patches-2.6.24/150-bridge-printk.patch b/target/linux/atheros/patches-2.6.24/150-bridge-printk.patch index 0a35d89be..f9451bd9b 100644 --- a/target/linux/atheros/patches-2.6.24/150-bridge-printk.patch +++ b/target/linux/atheros/patches-2.6.24/150-bridge-printk.patch @@ -1,6 +1,8 @@ ---- linux-2.6.23.orig/net/core/dev.c 2007-10-12 23:42:06.000000000 +0200 -+++ linux-2.6.23/net/core/dev.c 2007-10-12 23:44:22.000000000 +0200 -@@ -3425,8 +3425,8 @@ +Index: linux-2.6.24.7/net/core/dev.c +=================================================================== +--- linux-2.6.24.7.orig/net/core/dev.c ++++ linux-2.6.24.7/net/core/dev.c +@@ -3666,8 +3666,8 @@ int register_netdevice(struct net_device /* Fix illegal SG+CSUM combinations. */ if ((dev->features & NETIF_F_SG) && !(dev->features & NETIF_F_ALL_CSUM)) { @@ -11,7 +13,7 @@ dev->features &= ~NETIF_F_SG; } -@@ -3439,9 +3439,9 @@ +@@ -3680,9 +3680,9 @@ int register_netdevice(struct net_device } if (dev->features & NETIF_F_UFO) { if (!(dev->features & NETIF_F_HW_CSUM)) {