X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/c5552ad03973839d83d32d7108f20c00f192633b..5082ee8d9816b9a69cc1a250942fb4dce5aa6357:/target/linux/generic/patches-2.6.35/250-pppoe_header_pad.patch diff --git a/target/linux/generic/patches-2.6.35/250-pppoe_header_pad.patch b/target/linux/generic/patches-2.6.35/250-pppoe_header_pad.patch index a2535db60..147b28366 100644 --- a/target/linux/generic/patches-2.6.35/250-pppoe_header_pad.patch +++ b/target/linux/generic/patches-2.6.35/250-pppoe_header_pad.patch @@ -1,6 +1,6 @@ --- a/drivers/net/pppoe.c +++ b/drivers/net/pppoe.c -@@ -862,7 +862,7 @@ static int pppoe_sendmsg(struct kiocb *i +@@ -856,7 +856,7 @@ static int pppoe_sendmsg(struct kiocb *i goto end; @@ -9,7 +9,7 @@ 0, GFP_KERNEL); if (!skb) { error = -ENOMEM; -@@ -870,7 +870,7 @@ static int pppoe_sendmsg(struct kiocb *i +@@ -864,7 +864,7 @@ static int pppoe_sendmsg(struct kiocb *i } /* Reserve space for headers. */