diff options
author | Patrick Ohly <patrick.ohly@gmx.de> | 2005-08-24 20:54:03 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-24 20:54:03 +0000 |
commit | 930e9671d7e44d8263f490e96dc619eccd56a133 (patch) | |
tree | 88d11ca623a09100efdac5d512cbce613cd573d3 /packages/hostap/hostap-modules-0.4.4/ipaq_compat.patch | |
parent | d8e136911691c3b6888364b1a793dfb855114b5f (diff) | |
parent | 964c5ef136724d6a60d4b3520df768db8a6e6035 (diff) |
merge of 889c17fb00a7db9ccb772e522e5d84a4cc218ff8
and b4bff47a815e0e0e2e911dc25e7390b6de29e41e
Diffstat (limited to 'packages/hostap/hostap-modules-0.4.4/ipaq_compat.patch')
-rw-r--r-- | packages/hostap/hostap-modules-0.4.4/ipaq_compat.patch | 11 |
1 files changed, 11 insertions, 0 deletions
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 + |