summaryrefslogtreecommitdiff
path: root/openembedded/packages/hostap/hostap-modules/mtx_compat.diff
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/mtx_compat.diff
parent1494095f626896f5429acd0aee6fca6389f21837 (diff)
downloadopenembedded-core-5d530ad71d08c3ebf127c6844969359c3a06a6ed.tar.gz
openembedded-core-5d530ad71d08c3ebf127c6844969359c3a06a6ed.tar.bz2
openembedded-core-5d530ad71d08c3ebf127c6844969359c3a06a6ed.tar.xz
openembedded-core-5d530ad71d08c3ebf127c6844969359c3a06a6ed.zip
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/mtx_compat.diff')
-rw-r--r--openembedded/packages/hostap/hostap-modules/mtx_compat.diff20
1 files changed, 20 insertions, 0 deletions
diff --git a/openembedded/packages/hostap/hostap-modules/mtx_compat.diff b/openembedded/packages/hostap/hostap-modules/mtx_compat.diff
new file mode 100644
index 000000000..c2d6662d6
--- /dev/null
+++ b/openembedded/packages/hostap/hostap-modules/mtx_compat.diff
@@ -0,0 +1,20 @@
+--- driver/modules/hostap_compat.h.orig 2004-08-09 16:16:48.359929856 +0200
++++ driver/modules/hostap_compat.h 2004-08-09 16:17:12.383277752 +0200
+@@ -13,7 +13,7 @@
+ MOD_INC_USE_COUNT; \
+ if (schedule_task((q)) == 0) \
+ MOD_DEC_USE_COUNT;
+-
++/*
+ static inline void flush_scheduled_work(void)
+ {
+ flush_scheduled_tasks();
+@@ -27,7 +27,7 @@
+ tq->routine = routine;
+ tq->data = data;
+ }
+-
++*/
+ #else /* kernel < 2.5.44 */
+
+ #define HOSTAP_QUEUE struct work_struct