summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/hostap/hostap-modules/ipaq_compat.patch
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-03-23 23:28:43 +0000
committerRichard Purdie <richard@openedhand.com>2006-03-23 23:28:43 +0000
commit5d530ad71d08c3ebf127c6844969359c3a06a6ed (patch)
tree0b0e1db18aaa668c7dafeda3a84a46f0bfe17844 /openembedded/packages/hostap/hostap-modules/ipaq_compat.patch
parent1494095f626896f5429acd0aee6fca6389f21837 (diff)
downloadpoky-5d530ad71d08c3ebf127c6844969359c3a06a6ed.tar.gz
Update hostap packages from OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@330 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/hostap/hostap-modules/ipaq_compat.patch')
-rw-r--r--openembedded/packages/hostap/hostap-modules/ipaq_compat.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/openembedded/packages/hostap/hostap-modules/ipaq_compat.patch b/openembedded/packages/hostap/hostap-modules/ipaq_compat.patch
new file mode 100644
index 0000000000..b139ef38f1
--- /dev/null
+++ b/openembedded/packages/hostap/hostap-modules/ipaq_compat.patch
@@ -0,0 +1,11 @@
1--- hostap-driver-0.3.7/driver/modules/hostap_compat.h.old 2005-04-17 09:12:38.304421464 +0100
2+++ hostap-driver-0.3.7/driver/modules/hostap_compat.h 2005-04-17 09:13:04.413452288 +0100
3@@ -5,7 +5,7 @@
4 #define NEW_MODULE_CODE
5 #endif
6
7-#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,5,44))
8+#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,5,44)) && !defined(CONFIG_IPAQ_HANDHELD)
9
10 #define HOSTAP_QUEUE struct tq_struct
11