Patch 01-03 fix some bugs. Patch 04-09 contain some feature ports from Maemo Fremantle and wl1271. Patch 10-18 implement (mainly) monitor mode and packet injection. Sorry for the partly broken patches, I thought I configured my client the right way. I tried to stop the mails at my mailserver, but it was mostly already too late. David Gnedt (18): wl1251: fix queue stopping/waking for TX path wl1251: fix 4-byte TX buffer alignment wl1251: fix scan behaviour while not associated wl1251: add sysfs interface for bluetooth coexistence mode configuration wl1251: retry power save entry wl1251: enable beacon early termination while in power-saving mode wl1251: implement connection quality monitoring wl1251: implement hardware ARP filtering wl1251: enable adhoc mode wl1251: split RX and TX data path initialisation wl1251: configure hardware en-/decryption for monitor mode wl1251: set rate index and preamble flag on received packets wl1251: rework configure_filter() callback wl1251: implement multicast address filtering wl1251: disable power saving in monitor mode wl1251: fix channel switching in monitor mode wl1251: enable tx path in monitor mode if necessary for packet injection wl1251: disable retry and ACK policy for injected packets drivers/net/wireless/wl1251/acx.c | 150 ++++++++++++++-- drivers/net/wireless/wl1251/acx.h | 106 ++++++++++- drivers/net/wireless/wl1251/boot.c | 3 +- drivers/net/wireless/wl1251/cmd.c | 58 ++++-- drivers/net/wireless/wl1251/cmd.h | 8 +- drivers/net/wireless/wl1251/event.c | 62 ++++++ drivers/net/wireless/wl1251/event.h | 7 + drivers/net/wireless/wl1251/init.c | 19 +- drivers/net/wireless/wl1251/main.c | 348 ++++++++++++++++++++++++++++------ drivers/net/wireless/wl1251/ps.c | 11 + drivers/net/wireless/wl1251/rx.c | 48 +++++- drivers/net/wireless/wl1251/tx.c | 101 ++++++---- drivers/net/wireless/wl1251/wl1251.h | 26 ++- 13 files changed, 795 insertions(+), 152 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