On Thu, 2011-03-31 at 10:06 +0200, Ido Yariv wrote: > The following patches mostly clean up code, but also fix a few minor bugs. > > The first four patches fix a few issues in the recently added 128x support. > The last patch fixes a regression in the driver, preventing it from working > properly on platforms which do not support level triggered interrupts. > > Ido Yariv (5): > wl12xx: Clean up and fix the 128x boot sequence > wl12xx: Clean up the block size alignment code > wl12xx: Clean up the dummy packet mechanism > wl12xx: Simplify TX blocks accounting > wl12xx: Handle platforms without level trigger interrupts > > drivers/net/wireless/wl12xx/acx.c | 2 - > drivers/net/wireless/wl12xx/boot.c | 235 +++++++++++++++++----------------- > drivers/net/wireless/wl12xx/boot.h | 1 + > drivers/net/wireless/wl12xx/init.c | 2 +- > drivers/net/wireless/wl12xx/io.c | 3 +- > drivers/net/wireless/wl12xx/main.c | 140 +++++++++++++-------- > drivers/net/wireless/wl12xx/sdio.c | 21 ++-- > drivers/net/wireless/wl12xx/spi.c | 9 +- > drivers/net/wireless/wl12xx/tx.c | 70 +++++++---- > drivers/net/wireless/wl12xx/tx.h | 11 ++- > drivers/net/wireless/wl12xx/wl12xx.h | 23 ++- > include/linux/wl12xx.h | 14 ++- > 12 files changed, 305 insertions(+), 226 deletions(-) Applied the 3 remaining patches of the series too, so all this patchset has been applied. Thanks! -- Cheers, Luca. -- 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