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:
2239769
)
compat: add ETH_P_TDLS
author
Hauke Mehrtens
<hauke@hauke-m.de>
Tue, 4 Oct 2011 11:11:45 +0000
(13:11 +0200)
committer
Luis R. Rodriguez
<mcgrof@qca.qualcomm.com>
Wed, 5 Oct 2011 00:41:35 +0000
(17:41 -0700)
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
include/linux/compat-3.2.h
patch
|
blob
|
history
diff --git
a/include/linux/compat-3.2.h
b/include/linux/compat-3.2.h
index 009e34104b826e7078a154d421145145a74e69c0..859a2e3397e4fe3ddde16e30f07ba3f338cd8a43 100644
(file)
--- a/
include/linux/compat-3.2.h
+++ b/
include/linux/compat-3.2.h
@@
-58,6
+58,8
@@
static inline dma_addr_t skb_frag_dma_map(struct device *dev,
frag->page_offset + offset, size, dir);
}
+#define ETH_P_TDLS 0x890D /* TDLS */
+
#endif /* (LINUX_VERSION_CODE < KERNEL_VERSION(3,2,0)) */
#endif /* LINUX_3_2_COMPAT_H */