Various fixes for wlcore, to be applied on top of Eliad's 18xx API update series. There are more patches pending - the splitting into smaller series is meant to ease review. Arik Nemtsov (2): wlcore: use new set bandwidth command to adjusting channel BW wlcore/wl18xx/wl12xx: separate channel count between chips Eliad Peller (7): wlcore: configure dwell times according to scan type wlcore: don't stop fwlog if dbgpins are used wlcore/wl18xx: allow TX BA on all TIDs wlcore: use sta_state-based ROCs for AP mode wlcore: mask out CCK rates when starting GO wlcore: move ps change handling to .bss_info_changed() wlcore: don't allow access to FW mem when chip is off Luciano Coelho (1): wlcore: gather information about firmware stability Yair Shapira (1): wlcore/wl18xx/wl12xx: add recovery settings to conf drivers/net/wireless/ti/wl12xx/main.c | 11 +- drivers/net/wireless/ti/wl12xx/scan.c | 7 +- drivers/net/wireless/ti/wl18xx/acx.c | 31 ++++++ drivers/net/wireless/ti/wl18xx/acx.h | 14 +++ drivers/net/wireless/ti/wl18xx/main.c | 49 ++++++++- drivers/net/wireless/ti/wl18xx/scan.c | 6 +- drivers/net/wireless/ti/wl18xx/scan.h | 7 -- drivers/net/wireless/ti/wlcore/cmd.c | 3 + drivers/net/wireless/ti/wlcore/conf.h | 30 +++--- drivers/net/wireless/ti/wlcore/debugfs.c | 5 +- drivers/net/wireless/ti/wlcore/hw_ops.h | 8 ++ drivers/net/wireless/ti/wlcore/main.c | 162 ++++++++++++++++++++--------- drivers/net/wireless/ti/wlcore/scan.c | 57 ++++++---- drivers/net/wireless/ti/wlcore/scan.h | 9 +- drivers/net/wireless/ti/wlcore/wlcore.h | 7 ++ drivers/net/wireless/ti/wlcore/wlcore_i.h | 6 ++ 16 files changed, 308 insertions(+), 104 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