This series fixes a scan problem where driver is not returning error code to cfg80211 in scan handler. It also makes sure that the correct reason code is reported to cfg80211 upon de-authentication or association failure. Amitkumar Karwar (3): mwifiex: reset scan_processing flag in failure cases mwifiex: update cfg80211 with correct reason code when association fails mwifiex: update cfg80211 with correct reason code when connection is lost Bing Zhao (1): mwifiex: return -EBUSY if scan request cannot be honored drivers/net/wireless/mwifiex/cfg80211.c | 27 +++++++++++++++---- drivers/net/wireless/mwifiex/join.c | 6 +++- drivers/net/wireless/mwifiex/main.h | 2 +- drivers/net/wireless/mwifiex/scan.c | 38 +++++++++++++++------------ drivers/net/wireless/mwifiex/sta_cmdresp.c | 4 +- drivers/net/wireless/mwifiex/sta_event.c | 31 ++++++++++++++-------- 6 files changed, 69 insertions(+), 39 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