Author: luka Date: 2015-05-08 22:12:42 +0200 (Fri, 08 May 2015) New Revision: 45648
Modified: trunk/target/linux/generic/patches-3.18/650-pppoe_header_pad.patch Log: generic: refresh patches Signed-off-by: Luka Perkov <[email protected]> Modified: trunk/target/linux/generic/patches-3.18/650-pppoe_header_pad.patch =================================================================== --- trunk/target/linux/generic/patches-3.18/650-pppoe_header_pad.patch 2015-05-08 20:12:39 UTC (rev 45647) +++ trunk/target/linux/generic/patches-3.18/650-pppoe_header_pad.patch 2015-05-08 20:12:42 UTC (rev 45648) @@ -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. */ _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
