]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - wilink8-wlan/compat.git/commitdiff
compat: backport ETH_P_LINK_CTL
authorHauke Mehrtens <hauke@hauke-m.de>
Wed, 20 Jul 2011 01:07:53 +0000 (18:07 -0700)
committerLuis R. Rodriguez <lrodriguez@atheros.com>
Wed, 20 Jul 2011 01:07:53 +0000 (18:07 -0700)
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
include/linux/compat-2.6.38.h

index 937976b3e849b217ace93098a0d236c5551acc63..1f9ab5233def6a4fbd7e85440b90edaef9daf3ce 100644 (file)
@@ -75,6 +75,8 @@ static inline int skb_checksum_start_offset(const struct sk_buff *skb)
 #define alloc_netdev_mqs(sizeof_priv, name, setup, txqs, rxqs) \
        alloc_netdev_mq(sizeof_priv, name, setup, max(txqs, rxqs))
 
+#define ETH_P_LINK_CTL 0x886c          /* HPNA, wlan link local tunnel */
+
 #endif /* (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,38)) */
 
 #endif /* LINUX_26_38_COMPAT_H */