aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-2.6.37/240-packet_socket_type.patch
diff options
context:
space:
mode:
authorAlexandros C. Couloumbis <alex@ozo.com>2010-11-23 14:04:42 +0000
committerAlexandros C. Couloumbis <alex@ozo.com>2010-11-23 14:04:42 +0000
commit89563cf12af18c86e47069dc313b4cdc9c1f1a5a (patch)
tree066717f2274707966f663b5cfcb18e5e4910ab87 /target/linux/generic/patches-2.6.37/240-packet_socket_type.patch
parent9663f96401c8644e09b26331b90fd36e9f20dffe (diff)
downloadmaster-187ad058-89563cf12af18c86e47069dc313b4cdc9c1f1a5a.tar.gz
master-187ad058-89563cf12af18c86e47069dc313b4cdc9c1f1a5a.tar.bz2
master-187ad058-89563cf12af18c86e47069dc313b4cdc9c1f1a5a.zip
linux/generic: refresh 2.6.37 patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24111 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-2.6.37/240-packet_socket_type.patch')
-rw-r--r--target/linux/generic/patches-2.6.37/240-packet_socket_type.patch4
1 files changed, 2 insertions, 2 deletions
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 204512ff11..f5cb465e93 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 <nbd@openwrt.org>
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 <nbd@openwrt.org>
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;