This patch series adds support for schedule scan, wowlan net-detect and reporting wakeup reason to cfg80211. Changes in v2: Following error reported by kbuild test robot for patch 3/6 on m68k architecture has been resolved. "'struct wiphy' has no member named 'wowlan_config'" Amitkumar Karwar (1): mwifiex: use SYNC flag for canceling host sleep Ganapathi Bhat (1): mwifiex: add RSSI support for net-detect Xinming Hu (1): mwifiex: add schedule scan support chunfan chen (3): mwifiex: add wowlan info messages mwifiex: add wowlan net-detect support mwifiex: report wakeup reason to cfg80211 drivers/net/wireless/marvell/mwifiex/cfg80211.c | 244 ++++++++++++++-- drivers/net/wireless/marvell/mwifiex/cmdevt.c | 13 + drivers/net/wireless/marvell/mwifiex/fw.h | 86 ++++++ drivers/net/wireless/marvell/mwifiex/ioctl.h | 5 + drivers/net/wireless/marvell/mwifiex/main.c | 14 + drivers/net/wireless/marvell/mwifiex/main.h | 17 ++ drivers/net/wireless/marvell/mwifiex/scan.c | 310 +++++++++++++++++++++ drivers/net/wireless/marvell/mwifiex/sdio.c | 2 +- drivers/net/wireless/marvell/mwifiex/sta_cmd.c | 23 ++ drivers/net/wireless/marvell/mwifiex/sta_cmdresp.c | 6 + drivers/net/wireless/marvell/mwifiex/sta_event.c | 7 + drivers/net/wireless/marvell/mwifiex/sta_ioctl.c | 30 ++ 12 files changed, 740 insertions(+), 17 deletions(-) -- 1.8.1.4 -- 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