diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2016-01-01 22:02:47 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2016-01-01 22:02:47 +0000 |
commit | cae1c44e4f2faab7174b7897b9078f2a2a3a5ac8 (patch) | |
tree | 8e66e447360f6cac21db8ad888384ec1794dee17 /target/linux/generic/patches-4.4/650-pppoe_header_pad.patch | |
parent | 9242d27b4a91c2cf2e787d3a893de3a95890e717 (diff) | |
download | mtk-20170518-cae1c44e4f2faab7174b7897b9078f2a2a3a5ac8.zip mtk-20170518-cae1c44e4f2faab7174b7897b9078f2a2a3a5ac8.tar.gz mtk-20170518-cae1c44e4f2faab7174b7897b9078f2a2a3a5ac8.tar.bz2 |
generic/4.4: update to 4.4-rc7
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 48059
Diffstat (limited to 'target/linux/generic/patches-4.4/650-pppoe_header_pad.patch')
-rw-r--r-- | target/linux/generic/patches-4.4/650-pppoe_header_pad.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/patches-4.4/650-pppoe_header_pad.patch b/target/linux/generic/patches-4.4/650-pppoe_header_pad.patch index 2804469..adba206 100644 --- a/target/linux/generic/patches-4.4/650-pppoe_header_pad.patch +++ b/target/linux/generic/patches-4.4/650-pppoe_header_pad.patch @@ -1,6 +1,6 @@ --- a/drivers/net/ppp/pppoe.c +++ b/drivers/net/ppp/pppoe.c -@@ -871,7 +871,7 @@ static int pppoe_sendmsg(struct socket * +@@ -877,7 +877,7 @@ static int pppoe_sendmsg(struct socket * goto end; @@ -9,7 +9,7 @@ 0, GFP_KERNEL); if (!skb) { error = -ENOMEM; -@@ -879,7 +879,7 @@ static int pppoe_sendmsg(struct socket * +@@ -885,7 +885,7 @@ static int pppoe_sendmsg(struct socket * } /* Reserve space for headers. */ |