summaryrefslogtreecommitdiffstats
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)
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/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 0000000000..c2d6662d69
--- /dev/null
+++ b/openembedded/packages/hostap/hostap-modules/mtx_compat.diff
@@ -0,0 +1,20 @@
1--- driver/modules/hostap_compat.h.orig 2004-08-09 16:16:48.359929856 +0200
2+++ driver/modules/hostap_compat.h 2004-08-09 16:17:12.383277752 +0200
3@@ -13,7 +13,7 @@
4 MOD_INC_USE_COUNT; \
5 if (schedule_task((q)) == 0) \
6 MOD_DEC_USE_COUNT;
7-
8+/*
9 static inline void flush_scheduled_work(void)
10 {
11 flush_scheduled_tasks();
12@@ -27,7 +27,7 @@
13 tq->routine = routine;
14 tq->data = data;
15 }
16-
17+*/
18 #else /* kernel < 2.5.44 */
19
20 #define HOSTAP_QUEUE struct work_struct