From: Raja Mani <rmani@xxxxxxxxxxxxxxxx> Using these patch sets, WOW patterns can be controlled and configured via iw command. Please refer iw help menu for more details. There are some limitation in the recent "iw" command such as it doesn't take the pattern offset where to start pattern matching in the received packets. Such a enhancement will be done later.. These patch sets are re-based on master branch, available in git://github.com/kvalo/ath6kl.git Raja Mani (7): ath6kl: Add wmi functions to add/delete wow patterns ath6kl: Add wmi functions to configure wow mode and host sleep mode ath6kl: Introduce new variable to track wow state machine ath6kl: Add new functions to handle wow suspend/resume operations ath6kl: Invoke wow suspend/resume calls during PM operations ath6kl: Perform WOW resume in RX path in case of SDIO IRQ wakeup ath6kl: Expose ath6kl wow capabilities to cfg layer drivers/net/wireless/ath/ath6kl/cfg80211.c | 163 ++++++++++++++++++++++++++++ drivers/net/wireless/ath/ath6kl/core.h | 13 ++- drivers/net/wireless/ath/ath6kl/hif-ops.h | 5 + drivers/net/wireless/ath/ath6kl/hif.h | 1 + drivers/net/wireless/ath/ath6kl/init.c | 2 +- drivers/net/wireless/ath/ath6kl/sdio.c | 18 +++- drivers/net/wireless/ath/ath6kl/txrx.c | 2 + drivers/net/wireless/ath/ath6kl/wmi.c | 141 ++++++++++++++++++++++++ drivers/net/wireless/ath/ath6kl/wmi.h | 47 ++++++++ 9 files changed, 389 insertions(+), 3 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