diff options
author | Richard Purdie <richard@openedhand.com> | 2006-07-21 10:10:31 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-07-21 10:10:31 +0000 |
commit | b2f192faabe412adce79534e22efe9fb69ee40e2 (patch) | |
tree | 7076c49d4286f8a1733650bd8fbc7161af200d57 /meta/packages/hostap/hostap-modules/mtx_compat.diff | |
parent | 2cf0eadf9f730027833af802d7e6c90b44248f80 (diff) | |
download | poky-b2f192faabe412adce79534e22efe9fb69ee40e2.tar.gz |
Rename /openembedded/ -> /meta/
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/hostap/hostap-modules/mtx_compat.diff')
-rw-r--r-- | meta/packages/hostap/hostap-modules/mtx_compat.diff | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/packages/hostap/hostap-modules/mtx_compat.diff b/meta/packages/hostap/hostap-modules/mtx_compat.diff new file mode 100644 index 0000000000..c2d6662d69 --- /dev/null +++ b/meta/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 | ||