]> err.no Git - linux-2.6/blobdiff - include/net/ip6_tunnel.h
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6] / include / net / ip6_tunnel.h
index 29c9da707c7a6d63f73c677923cf0b6778ddd3c2..6512d85f11b39775609cc83cf9d43e09002d8d8d 100644 (file)
@@ -14,8 +14,6 @@
 /* capable of receiving packets */
 #define IP6_TNL_F_CAP_RCV 0x20000
 
-#define IP6_TNL_MAX 128
-
 /* IPv6 tunnel */
 
 struct ip6_tnl {
@@ -23,7 +21,7 @@ struct ip6_tnl {
        struct net_device *dev; /* virtual device associated with tunnel */
        struct net_device_stats stat;   /* statistics for tunnel device */
        int recursion;          /* depth of hard_start_xmit recursion */
-       struct ip6_tnl_parm parms;      /* tunnel configuration paramters */
+       struct ip6_tnl_parm parms;      /* tunnel configuration parameters */
        struct flowi fl;        /* flowi template for xmit */
        struct dst_entry *dst_cache;    /* cached dst */
        u32 dst_cookie;