X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/ed6be451a0906c1d99e8726307f73a7997b8e70c..c2243d1fb9e44f9f4dbf83f8e85b4d52b30aea82:/target/linux/generic/patches-3.0/650-pppoe_header_pad.patch diff --git a/target/linux/generic/patches-3.0/650-pppoe_header_pad.patch b/target/linux/generic/patches-3.0/650-pppoe_header_pad.patch index 4875d5f23..147b28366 100644 --- a/target/linux/generic/patches-3.0/650-pppoe_header_pad.patch +++ b/target/linux/generic/patches-3.0/650-pppoe_header_pad.patch @@ -1,6 +1,6 @@ --- a/drivers/net/pppoe.c +++ b/drivers/net/pppoe.c -@@ -855,7 +855,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; -@@ -863,7 +863,7 @@ static int pppoe_sendmsg(struct kiocb *i +@@ -864,7 +864,7 @@ static int pppoe_sendmsg(struct kiocb *i } /* Reserve space for headers. */