On Wednesday, November 16, 2011 11:51:20 PM Michael Büsch wrote: > Don't use the interruptible variant of mutex_lock(). It doesn't really > need to be interruptible. This avoids nasty error handling. > > Signed-off-by: Michael Buesch <m@xxxxxxx> Acked-by: Christian Lamparter <chunkeey@xxxxxxxxxxxxxx> BTW: I always wondered if it would make sense to have a cached rx skb ready in p54spi_rx(). This way we don't have to do DMA onto the stack [which is really ugly and possibly illegal] and might even get a better rx performance. I could write the code but as you know I don't have the hardware to test it. Regards, Christian -- 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