From: Hauke Mehrtens Date: Thu, 17 Nov 2011 21:23:11 +0000 (+0100) Subject: compat: backport netdev_features_t X-Git-Tag: compat-2012-07-02~45 X-Git-Url: https://git.openfabrics.org/?p=~tnikolova%2Fcompat%2F.git;a=commitdiff_plain;h=2ffd0a5e8b5f0442f97823b9d1f6d6d2e40ae255 compat: backport netdev_features_t Signed-off-by: Hauke Mehrtens Signed-off-by: Luis R. Rodriguez --- diff --git a/include/linux/compat-3.3.h b/include/linux/compat-3.3.h index 4e96ddc..9383a6e 100644 --- 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 */