X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fgeneric%2Fpatches-4.4%2F630-packet_socket_type.patch;h=d30878684f5091d9c26665c2ae1dc5e2db81e1b1;hp=c334418ac1c60378fdaca4e5a2f75efbe4e1885c;hb=215c1d05b8bb7b99cc8c40a877f649c5b1c15198;hpb=d1a0fc3ec8e5323e95bec8db581bc7758aed783f diff --git a/target/linux/generic/patches-4.4/630-packet_socket_type.patch b/target/linux/generic/patches-4.4/630-packet_socket_type.patch index c334418ac1..d30878684f 100644 --- a/target/linux/generic/patches-4.4/630-packet_socket_type.patch +++ b/target/linux/generic/patches-4.4/630-packet_socket_type.patch @@ -91,7 +91,7 @@ Signed-off-by: Felix Fietkau if (sock->type == SOCK_PACKET) po->prot_hook.func = packet_rcv_spkt; -@@ -3737,6 +3740,16 @@ packet_setsockopt(struct socket *sock, i +@@ -3739,6 +3742,16 @@ packet_setsockopt(struct socket *sock, i po->xmit = val ? packet_direct_xmit : dev_queue_xmit; return 0; } @@ -108,7 +108,7 @@ Signed-off-by: Felix Fietkau default: return -ENOPROTOOPT; } -@@ -3789,6 +3802,13 @@ static int packet_getsockopt(struct sock +@@ -3791,6 +3804,13 @@ static int packet_getsockopt(struct sock case PACKET_VNET_HDR: val = po->has_vnet_hdr; break;