X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/8be1093039aa9942ec456dff0255c2b0c41f2cce..6ea4c6c0f2ae52def12bf2f77edd69e314152eca:/target/linux/generic/patches-2.6.37/240-packet_socket_type.patch diff --git a/target/linux/generic/patches-2.6.37/240-packet_socket_type.patch b/target/linux/generic/patches-2.6.37/240-packet_socket_type.patch index 204512ff1..f5cb465e9 100644 --- a/target/linux/generic/patches-2.6.37/240-packet_socket_type.patch +++ b/target/linux/generic/patches-2.6.37/240-packet_socket_type.patch @@ -99,7 +99,7 @@ Signed-off-by: Felix Fietkau if (sock->type == SOCK_PACKET) po->prot_hook.func = packet_rcv_spkt; -@@ -2054,6 +2058,16 @@ packet_setsockopt(struct socket *sock, i +@@ -2057,6 +2061,16 @@ packet_setsockopt(struct socket *sock, i po->tp_tstamp = val; return 0; } @@ -116,7 +116,7 @@ Signed-off-by: Felix Fietkau default: return -ENOPROTOOPT; } -@@ -2111,6 +2125,13 @@ static int packet_getsockopt(struct sock +@@ -2114,6 +2128,13 @@ static int packet_getsockopt(struct sock data = &val; break;