From 5d530ad71d08c3ebf127c6844969359c3a06a6ed Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 23 Mar 2006 23:28:43 +0000 Subject: Update hostap packages from OE git-svn-id: https://svn.o-hand.com/repos/poky/trunk@330 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- .../packages/hostap/hostap-modules/mtx_compat.diff | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 openembedded/packages/hostap/hostap-modules/mtx_compat.diff (limited to 'openembedded/packages/hostap/hostap-modules/mtx_compat.diff') 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 -- cgit v1.2.3