aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/patches-2.6.29/250-pppoe_header_pad.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-07-05 15:08:56 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-07-05 15:08:56 +0000
commit1981fd14a760e993bdbe1d65192b459595e442c4 (patch)
treeb517f824635d3d68dc79b218aed8210040d796bb /target/linux/generic-2.6/patches-2.6.29/250-pppoe_header_pad.patch
parentf74d16548d4bb98910647c8d6ab2a9198bb32955 (diff)
downloadupstream-1981fd14a760e993bdbe1d65192b459595e442c4.tar.gz
upstream-1981fd14a760e993bdbe1d65192b459595e442c4.tar.bz2
upstream-1981fd14a760e993bdbe1d65192b459595e442c4.zip
bump to 2.6.29.6 and refresh patches
SVN-Revision: 16698
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.29/250-pppoe_header_pad.patch')
-rw-r--r--target/linux/generic-2.6/patches-2.6.29/250-pppoe_header_pad.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.29/250-pppoe_header_pad.patch b/target/linux/generic-2.6/patches-2.6.29/250-pppoe_header_pad.patch
index 042546f317..87e5099927 100644
--- a/target/linux/generic-2.6/patches-2.6.29/250-pppoe_header_pad.patch
+++ b/target/linux/generic-2.6/patches-2.6.29/250-pppoe_header_pad.patch
@@ -1,6 +1,6 @@
--- a/drivers/net/pppoe.c
+++ b/drivers/net/pppoe.c
-@@ -863,7 +863,7 @@ static int pppoe_sendmsg(struct kiocb *i
+@@ -812,7 +812,7 @@ static int pppoe_sendmsg(struct kiocb *i
goto end;
@@ -9,7 +9,7 @@
0, GFP_KERNEL);
if (!skb) {
error = -ENOMEM;
-@@ -871,7 +871,7 @@ static int pppoe_sendmsg(struct kiocb *i
+@@ -820,7 +820,7 @@ static int pppoe_sendmsg(struct kiocb *i
}
/* Reserve space for headers. */