1
0
mirror of https://github.com/aircrack-ng/rtl8812au.git synced 2024-09-20 21:20:47 +00:00
rtl8812au/os_dep/linux/api_level.h

13 lines
304 B
C
Raw Normal View History

#ifndef _API_LEVEL_H_
#define _API_LEVEL_H_
/*
* Use CFG80211_API_LEVEL instead of LINUX_VERSION_CODE to adopt API changes.
* Some older kernels may have backported cfg80211/nl80211 API.
*/
#ifndef CFG80211_API_LEVEL
#define CFG80211_API_LEVEL LINUX_VERSION_CODE
#endif /* CFG80211_API_LEVEL */
#endif