aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netlink.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@g5.osdl.org>2005-07-24 20:39:30 -0700
committerLinus Torvalds <torvalds@g5.osdl.org>2005-07-24 20:39:30 -0700
commit6b6a93c6876ea1c530d5d3f68e3678093a27fab0 (patch)
tree24122979b411dcec6ff390fc9ae84ad9413128e9 /include/linux/netlink.h
parentMerge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 (diff)
parent[EMATCH]: Remove feature ifdefs in meta ematch. (diff)
downloadlinux-dev-6b6a93c6876ea1c530d5d3f68e3678093a27fab0.tar.xz
linux-dev-6b6a93c6876ea1c530d5d3f68e3678093a27fab0.zip
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Diffstat (limited to 'include/linux/netlink.h')
-rw-r--r--include/linux/netlink.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/netlink.h b/include/linux/netlink.h
index 2f0c085f2c7d..70c2a9dc4b2b 100644
--- a/include/linux/netlink.h
+++ b/include/linux/netlink.h
@@ -5,7 +5,7 @@
#include <linux/types.h>
#define NETLINK_ROUTE 0 /* Routing/device hook */
-#define NETLINK_SKIP 1 /* Reserved for ENskip */
+#define NETLINK_W1 1 /* 1-wire subsystem */
#define NETLINK_USERSOCK 2 /* Reserved for user mode socket protocols */
#define NETLINK_FIREWALL 3 /* Firewalling hook */
#define NETLINK_TCPDIAG 4 /* TCP socket monitoring */