diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-05-19 07:16:54 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-05-19 07:16:54 +0000 |
commit | 02e216b7f2a0788f985441198505210b376fe18b (patch) | |
tree | 19a9fbbb3517db30b50980976cf126f9d47916b7 /target/linux/atheros/patches-2.6.23/150-bridge-printk.patch | |
parent | 2b43286d28e27254cbd9ee60f17054633627aae3 (diff) |
[atheros] refresh kernel patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11197 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/atheros/patches-2.6.23/150-bridge-printk.patch')
-rw-r--r-- | target/linux/atheros/patches-2.6.23/150-bridge-printk.patch | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/target/linux/atheros/patches-2.6.23/150-bridge-printk.patch b/target/linux/atheros/patches-2.6.23/150-bridge-printk.patch index 0a35d89beb..ad8c57fc6a 100644 --- a/target/linux/atheros/patches-2.6.23/150-bridge-printk.patch +++ b/target/linux/atheros/patches-2.6.23/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.23.17/net/core/dev.c +=================================================================== +--- linux-2.6.23.17.orig/net/core/dev.c ++++ linux-2.6.23.17/net/core/dev.c +@@ -3426,8 +3426,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 @@ +@@ -3440,9 +3440,9 @@ int register_netdevice(struct net_device } if (dev->features & NETIF_F_UFO) { if (!(dev->features & NETIF_F_HW_CSUM)) { |