From 7da3379866fa011d95fb283946566b4d1ab16986 Mon Sep 17 00:00:00 2001 From: proski Date: Sat, 19 Jun 2010 18:27:20 +0000 Subject: [PATCH] Fix support for Linux 2.6.11, which lacks git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@4132 0192ed92-7a03-0410-a25b-9323aeb14dbd --- net80211/ieee80211_scan_ap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {