]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/hostap/hostap-modules-0.3.9/mtx_compat.diff
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / hostap / hostap-modules-0.3.9 / mtx_compat.diff
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