summaryrefslogtreecommitdiff
path: root/target/linux/generic/patches-2.6.36/240-packet_socket_type.patch
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2011-02-19 12:44:07 +0000
committerFlorian Fainelli <florian@openwrt.org>2011-02-19 12:44:07 +0000
commit45c9f5e75ea5fe5e01f735bf7cb75dac7d654211 (patch)
tree7842dc9f4d8b593cefe4f1f93adfa32e99b10127 /target/linux/generic/patches-2.6.36/240-packet_socket_type.patch
parent3cd87d2d817cfffb9b3881fd8a6f350d3bacf134 (diff)
downloadmtk-20170518-45c9f5e75ea5fe5e01f735bf7cb75dac7d654211.zip
mtk-20170518-45c9f5e75ea5fe5e01f735bf7cb75dac7d654211.tar.gz
mtk-20170518-45c9f5e75ea5fe5e01f735bf7cb75dac7d654211.tar.bz2
update to kernel 2.6.36.4
SVN-Revision: 25580
Diffstat (limited to 'target/linux/generic/patches-2.6.36/240-packet_socket_type.patch')
-rw-r--r--target/linux/generic/patches-2.6.36/240-packet_socket_type.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/patches-2.6.36/240-packet_socket_type.patch b/target/linux/generic/patches-2.6.36/240-packet_socket_type.patch
index 204512f..f5cb465 100644
--- a/target/linux/generic/patches-2.6.36/240-packet_socket_type.patch
+++ b/target/linux/generic/patches-2.6.36/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;