diff --git a/net80211/ieee80211_scan_ap.c b/net80211/ieee80211_scan_ap.c index 0831697..d7866a5 100644 --- a/net80211/ieee80211_scan_ap.c +++ b/net80211/ieee80211_scan_ap.c @@ -48,7 +48,7 @@ #include #include -#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,11) +#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,12) /* Copied from Linux lib/sort.c */ static void u32_swap(void *a, void *b, int size) {