This series applies on top of part 1 sent yesterday. The main addition is a new Tx scheduling algorithm for better multi-channel operation. Arik Nemtsov (9): wlcore: clear roc_vif on iface removal wlcore: take the mutex before resetting Tx queues wlcore: consolidate free_link and always call it wlcore: initialize per-link FW freed blocks correctly wlcore: track wlvif inside per-link structure wlcore: count packets held per AC in each vif wlcore: track FW-allocated packets per link wlcore: improved Tx scheduling algorithm wl18xx: set last Tx rate from FW status Eliad Peller (4): wlcore: allow fw commands to fail wlcore: allow ACX_BA_SESSION_RX_SETUP to fail wlcore: remove WLCORE_QUIRK_NO_ELP wl18xx: declare support for greenfield ht_cap Ido Reis (3): wl18xx: update default mac/phy parameters wlcore: fwlog dynamic mem_block control wl18xx: FDSP Code RAM Corruption fix Ido Yariv (1): wlcore: Allow memory access when the FW crashes Victor Goldenshtein (2): wlcore: remove unnecessary WARN_ON in wl12xx_tx_reset wlcore: restore default channel configuration Yair Shapira (1): wl18xx: support 2nd set of mac/phy tx-power params drivers/net/wireless/ti/wl12xx/main.c | 2 + drivers/net/wireless/ti/wl18xx/conf.h | 21 +++- drivers/net/wireless/ti/wl18xx/main.c | 87 +++++++++++--- drivers/net/wireless/ti/wl18xx/reg.h | 20 ++++ drivers/net/wireless/ti/wl18xx/tx.c | 56 ++++++++- drivers/net/wireless/ti/wlcore/acx.c | 13 ++- drivers/net/wireless/ti/wlcore/cmd.c | 96 +++++++++++++--- drivers/net/wireless/ti/wlcore/cmd.h | 7 +- drivers/net/wireless/ti/wlcore/conf.h | 76 ++++++++++--- drivers/net/wireless/ti/wlcore/debugfs.c | 8 +- drivers/net/wireless/ti/wlcore/init.c | 3 - drivers/net/wireless/ti/wlcore/main.c | 176 ++++++++++++++++++----------- drivers/net/wireless/ti/wlcore/ps.c | 8 +- drivers/net/wireless/ti/wlcore/tx.c | 157 +++++++++++++++++-------- drivers/net/wireless/ti/wlcore/wlcore.h | 9 +- drivers/net/wireless/ti/wlcore/wlcore_i.h | 13 ++- 16 files changed, 566 insertions(+), 186 deletions(-) -- 1.7.9.5 -- 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