X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fwigyori.git;a=blobdiff_plain;f=target%2Flinux%2Fgeneric%2Fpatches-4.1%2F103-packet_allow_empty_payload.patch;h=2b9c4b00a2ed90622225d42c85df761d0339276d;hp=bad5b34e6589562d3f59a863b3881fcb6231c35e;hb=7eeb254cc49c4e9f837c980826ec112b9404f341;hpb=f7fb6e49f214e8a38698bab4d33551addbc04439 diff --git a/target/linux/generic/patches-4.1/103-packet_allow_empty_payload.patch b/target/linux/generic/patches-4.1/103-packet_allow_empty_payload.patch index bad5b34e65..2b9c4b00a2 100644 --- a/target/linux/generic/patches-4.1/103-packet_allow_empty_payload.patch +++ b/target/linux/generic/patches-4.1/103-packet_allow_empty_payload.patch @@ -2,7 +2,7 @@ Fix a regression in the af_packet code that was breaking PPPoE pppd sends packets with only a header and no payload. -Signed-off-by: Felix Fietkau +Signed-off-by: Felix Fietkau --- a/net/packet/af_packet.c +++ b/net/packet/af_packet.c