Hi Dave: I'm playing with the recently released GPLed driver from Intersil for Prism Indigo/GT/Duette chips. They use netlink for communication between their userspace management tools and their driver. Currently it's patching extending MAX_LINKS and using channel 32. I'd like allocate a permanent channel for it. The patch below assigns channel 7 (which is currently unused) to it. Cheers, -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <herbert@gondor.apana.org.au> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
Index: kernel-source-2.5/include/linux/netlink.h =================================================================== RCS file: /home/gondolin/herbert/src/CVS/debian/kernel-source-2.5/include/linux/netlink.h,v retrieving revision 1.2 diff -u -r1.2 netlink.h --- kernel-source-2.5/include/linux/netlink.h 15 Jun 2003 03:26:50 -0000 1.2 +++ kernel-source-2.5/include/linux/netlink.h 5 Sep 2003 00:03:44 -0000 @@ -10,6 +10,7 @@ #define NETLINK_TCPDIAG 4 /* TCP socket monitoring */ #define NETLINK_NFLOG 5 /* netfilter/iptables ULOG */ #define NETLINK_XFRM 6 /* ipsec */ +#define NETLINK_ISIL 7 /* Intersil specific netlink channel */ #define NETLINK_ARPD 8 #define NETLINK_ROUTE6 11 /* af_inet6 route comm channel */ #define NETLINK_IP6_FW 13