On Friday 20 March 2009 20:58:34 Michael Buesch wrote: > On Friday 20 March 2009 20:36:42 Christian Lamparter wrote: > > USB frontend driver code for Atheros AR9170. > > It seems lots of patches didn't make it through the list. :( which one? I see all of them (v5) in my linux-wireless folder here... And I don't think that they somehow bypassed the mailinglist & imap filters?! > > +#if 0 > > +#include <linux/mutex.h> > > +#define mutex_lock(m) do { mutex_lock(m); __acquire(m); } while (0) > > +#define mutex_unlock(m) do { mutex_unlock(m); __release(m); } while (0) > > +#endif > > + > > +#endif /* __USB_H */ > > Whoops, debugging code? :) hmm, true ;-)... purged -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html