Make the connection flow simpler by using only the sta role (i.e. no need for dev role). This is possible now, as we know the AP's BSSID even before authentication. This means we no longer start dev role when the device is non-idle, so now we use the .remain_on_channel() and start device role only then. Finally, implement the chanctx callbacks in order to have a clear per-vif channel (instead of the global hw->channel) (this patchset depends on "mac80211: make remain_on_channel() op pass vif param") Eliad Peller (15): wlcore: start sta role on CHANGED_BSSID wlcore: set ssid before starting station role wlcore: always use sta.hlid wlcore: workaround start_sta problem in wl12xx fw wlcore: implement .remain_on_channel() callback wlcore: use dev_hlid if the tx is offchannel wlcore: get channel from bss_conf instead of hw->conf wlcore: add chanctx implementation wlcore: remove channel handling from op_config wlcore: initiate ROC/CROC on sta state updates wlcore: set active psm on association wlcore: specify correct supported_rates wlcore: reconfigure rate policy on association wlcore: refactor CHANGED_HT handling wlcore: configure the remote rates with our own rates drivers/net/wireless/ti/wl12xx/main.c | 9 +- drivers/net/wireless/ti/wlcore/cmd.c | 56 ++-- drivers/net/wireless/ti/wlcore/cmd.h | 6 +- drivers/net/wireless/ti/wlcore/event.c | 7 + drivers/net/wireless/ti/wlcore/main.c | 663 ++++++++++++++++++------------- drivers/net/wireless/ti/wlcore/tx.c | 14 +- drivers/net/wireless/ti/wlcore/wlcore.h | 6 + 7 files changed, 454 insertions(+), 307 deletions(-) -- 1.7.6.401.g6a319 -- 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