blob: d49057a6fcfca7c853eed3940ff1785f08b2020f [file] [log] [blame]
#ifndef __BACKPORT_LINUX_NL80211_H
#define __BACKPORT_LINUX_NL80211_H
#include_next <linux/nl80211.h>
#include <linux/version.h>
#if LINUX_VERSION_IS_LESS(3,3,0)
#define NL80211_FEATURE_SK_TX_STATUS 0
#endif
#endif /* __BACKPORT_LINUX_NL80211_H */