mirror of
https://github.com/szehl/ath9k-hmac.git
synced 2025-03-17 17:45:48 +00:00
11 lines
264 B
C
11 lines
264 B
C
|
#ifndef __BACKPORT_LINUX_NL80211_H
|
||
|
#define __BACKPORT_LINUX_NL80211_H
|
||
|
#include_next <linux/nl80211.h>
|
||
|
#include <linux/version.h>
|
||
|
|
||
|
#if LINUX_VERSION_CODE < KERNEL_VERSION(3,3,0)
|
||
|
#define NL80211_FEATURE_SK_TX_STATUS 0
|
||
|
#endif
|
||
|
|
||
|
#endif /* __BACKPORT_LINUX_NL80211_H */
|