From 2ca9a3237a98beb6ab96ceb9b529da6b65cca154 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Wed, 24 Aug 2005 18:06:06 +0000 Subject: added hostap modules 0.4.4 (development version which works with kernel 2.6.13) --- packages/hostap/hostap-modules-0.4.4/ipaq_compat.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 packages/hostap/hostap-modules-0.4.4/ipaq_compat.patch (limited to 'packages/hostap/hostap-modules-0.4.4/ipaq_compat.patch') diff --git a/packages/hostap/hostap-modules-0.4.4/ipaq_compat.patch b/packages/hostap/hostap-modules-0.4.4/ipaq_compat.patch new file mode 100644 index 0000000000..b139ef38f1 --- /dev/null +++ b/packages/hostap/hostap-modules-0.4.4/ipaq_compat.patch @@ -0,0 +1,11 @@ +--- hostap-driver-0.3.7/driver/modules/hostap_compat.h.old 2005-04-17 09:12:38.304421464 +0100 ++++ hostap-driver-0.3.7/driver/modules/hostap_compat.h 2005-04-17 09:13:04.413452288 +0100 +@@ -5,7 +5,7 @@ + #define NEW_MODULE_CODE + #endif + +-#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,5,44)) ++#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,5,44)) && !defined(CONFIG_IPAQ_HANDHELD) + + #define HOSTAP_QUEUE struct tq_struct + -- cgit v1.2.3