Hi, A few more patches for wlcore and friends. Some improvements and bug fixes. The most significant improvement is that now in wl12xx we allow sched scan while connected and allow normal scans while sched scanning. The wl18xx firmware doesn't support this yet. After this series, a newer firmware version is required. We call it fw-5 for wl127x and wl128x now. Cheers, Luca. Arik Nemtsov (5): wlcore/wl12xx/wl18xx: check min FW version wlcore: don't stop tx queue via watermark if already stopped wlcore: remove recover cmd from testmode wlcore: avoid debug prints during intended FW recovery wlcore: always clear recovery flag during recovery_work Luciano Coelho (1): wl12xx/wlcore: increase FW filename version Victor Goldenshtein (1): wlcore: enable sched scan while connected Yoni Divinsky (1): wlcore: add probe request templates for sched and one-shot scans drivers/net/wireless/ti/wl12xx/main.c | 24 ++++++++++---- drivers/net/wireless/ti/wl12xx/wl12xx.h | 14 ++++++++ drivers/net/wireless/ti/wl18xx/main.c | 5 +++ drivers/net/wireless/ti/wl18xx/wl18xx.h | 7 ++++ drivers/net/wireless/ti/wlcore/boot.c | 51 +++++++++++++++++++++++++++++ drivers/net/wireless/ti/wlcore/cmd.c | 14 ++++++-- drivers/net/wireless/ti/wlcore/cmd.h | 6 ++-- drivers/net/wireless/ti/wlcore/init.c | 16 +++++++++ drivers/net/wireless/ti/wlcore/main.c | 15 +++++---- drivers/net/wireless/ti/wlcore/scan.c | 9 ++--- drivers/net/wireless/ti/wlcore/sdio.c | 6 ---- drivers/net/wireless/ti/wlcore/spi.c | 6 ---- drivers/net/wireless/ti/wlcore/testmode.c | 13 +------- drivers/net/wireless/ti/wlcore/wlcore.h | 21 ++++++++++++ drivers/net/wireless/ti/wlcore/wlcore_i.h | 9 ----- 15 files changed, 161 insertions(+), 55 deletions(-) -- 1.7.10 -- 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