Series fix high CPU usage noticed in AP-mode. On Intel Atom AP-mode with 100 TU beacon interval was causing CPU usage of ~10%. With these patches CPU usage goes down to ~2%. --- Jussi Kivilinna (4): zd1211rw: correct use of usb_bulk_msg on interrupt endpoints zd1211rw: use async urb for write command zd1211rw: move async iowrite16v up to callers zd1211rw: add unlikely to ZD_ASSERT drivers/net/wireless/zd1211rw/zd_chip.c | 35 +++++- drivers/net/wireless/zd1211rw/zd_def.h | 2 drivers/net/wireless/zd1211rw/zd_usb.c | 177 +++++++++++++++++++++++++------ drivers/net/wireless/zd1211rw/zd_usb.h | 9 +- 4 files changed, 182 insertions(+), 41 deletions(-) -- 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