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:
46c619e
)
compat: backport netdev_features_t
author
Hauke Mehrtens
<hauke@hauke-m.de>
Thu, 17 Nov 2011 21:23:11 +0000
(22:23 +0100)
committer
Luis R. Rodriguez
<mcgrof@qca.qualcomm.com>
Fri, 18 Nov 2011 00:28:40 +0000
(16:28 -0800)
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: Luis R. Rodriguez <mcgrof@qca.qualcomm.com>
include/linux/compat-3.3.h
patch
|
blob
|
history
diff --git
a/include/linux/compat-3.3.h
b/include/linux/compat-3.3.h
index 4e96ddcf12243b7fd71fb64aa8e8519b8f9c68e5..9383a6eac366d74bf21352c10b5bfeb321e9810d 100644
(file)
--- a/
include/linux/compat-3.3.h
+++ b/
include/linux/compat-3.3.h
@@
-31,6
+31,8
@@
static inline void skb_complete_wifi_ack(struct sk_buff *skb, bool acked)
}
#define NL80211_FEATURE_SK_TX_STATUS 0
+typedef u32 netdev_features_t;
+
#endif /* (LINUX_VERSION_CODE < KERNEL_VERSION(3,3,0)) */
#endif /* LINUX_3_3_COMPAT_H */