projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
802463a
)
compat: backport ETH_P_LINK_CTL
author
Hauke Mehrtens
<hauke@hauke-m.de>
Wed, 20 Jul 2011 01:07:53 +0000
(18:07 -0700)
committer
Luis 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
patch
|
blob
|
history
diff --git
a/include/linux/compat-2.6.38.h
b/include/linux/compat-2.6.38.h
index 937976b3e849b217ace93098a0d236c5551acc63..1f9ab5233def6a4fbd7e85440b90edaef9daf3ce 100644
(file)
--- 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)
#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 */