From: Luka Perkov <luka@openwrt.org>
Date: Fri, 8 May 2015 20:12:42 +0000 (+0000)
Subject: generic: refresh patches
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=3209b13b3fc656f37d68be9ad7a6671008cea4bf;p=openwrt%2Fstaging%2Fldir.git

generic: refresh patches

Signed-off-by: Luka Perkov <luka@openwrt.org>

SVN-Revision: 45648
---

diff --git a/target/linux/generic/patches-3.18/650-pppoe_header_pad.patch b/target/linux/generic/patches-3.18/650-pppoe_header_pad.patch
index a89a9f3b74..60279c3c5b 100644
--- a/target/linux/generic/patches-3.18/650-pppoe_header_pad.patch
+++ b/target/linux/generic/patches-3.18/650-pppoe_header_pad.patch
@@ -1,6 +1,6 @@
 --- a/drivers/net/ppp/pppoe.c
 +++ b/drivers/net/ppp/pppoe.c
-@@ -850,7 +850,7 @@ static int pppoe_sendmsg(struct kiocb *i
+@@ -865,7 +865,7 @@ static int pppoe_sendmsg(struct kiocb *i
  		goto end;
  
  
@@ -9,7 +9,7 @@
  			   0, GFP_KERNEL);
  	if (!skb) {
  		error = -ENOMEM;
-@@ -858,7 +858,7 @@ static int pppoe_sendmsg(struct kiocb *i
+@@ -873,7 +873,7 @@ static int pppoe_sendmsg(struct kiocb *i
  	}
  
  	/* Reserve space for headers. */