summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHauke Mehrtens2011-07-19 20:07:53 -0500
committerLuis R. Rodriguez2011-07-19 20:07:53 -0500
commit88ffc8d7db0ae68387083079c7ddda00191daa35 (patch)
tree63598c285dbd50076ac5bafb71776a41bda8ffd1
parent802463abbe2fca7e412c8373394d919d5f7bebb0 (diff)
downloadcompat-88ffc8d7db0ae68387083079c7ddda00191daa35.tar.gz
compat-88ffc8d7db0ae68387083079c7ddda00191daa35.tar.xz
compat-88ffc8d7db0ae68387083079c7ddda00191daa35.zip
compat: backport ETH_P_LINK_CTL
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r--include/linux/compat-2.6.38.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/compat-2.6.38.h b/include/linux/compat-2.6.38.h
index 937976b..1f9ab52 100644
--- a/include/linux/compat-2.6.38.h
+++ b/include/linux/compat-2.6.38.h
@@ -75,6 +75,8 @@ static inline int skb_checksum_start_offset(const struct sk_buff *skb)
75#define alloc_netdev_mqs(sizeof_priv, name, setup, txqs, rxqs) \ 75#define alloc_netdev_mqs(sizeof_priv, name, setup, txqs, rxqs) \
76 alloc_netdev_mq(sizeof_priv, name, setup, max(txqs, rxqs)) 76 alloc_netdev_mq(sizeof_priv, name, setup, max(txqs, rxqs))
77 77
78#define ETH_P_LINK_CTL 0x886c /* HPNA, wlan link local tunnel */
79
78#endif /* (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,38)) */ 80#endif /* (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,38)) */
79 81
80#endif /* LINUX_26_38_COMPAT_H */ 82#endif /* LINUX_26_38_COMPAT_H */