linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] ath6kl: Add WOW support
@ 2011-10-25 10:37 rmani
  2011-10-25 10:37 ` [PATCH 1/7] ath6kl: Add wmi functions to add/delete wow patterns rmani
                   ` (7 more replies)
  0 siblings, 8 replies; 26+ messages in thread
From: rmani @ 2011-10-25 10:37 UTC (permalink / raw)
  To: kvalo; +Cc: linux-wireless, Raja Mani

From: Raja Mani <rmani@qca.qualcomm.com>

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(-)


^ permalink raw reply	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2011-10-31 13:29 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-25 10:37 [PATCH 0/7] ath6kl: Add WOW support rmani
2011-10-25 10:37 ` [PATCH 1/7] ath6kl: Add wmi functions to add/delete wow patterns rmani
2011-10-28 12:11   ` Kalle Valo
2011-10-31  9:52     ` Raja Mani
2011-10-25 10:37 ` [PATCH 2/7] ath6kl: Add wmi functions to configure wow mode and host sleep mode rmani
2011-10-28 12:19   ` Kalle Valo
2011-10-31  9:53     ` Raja Mani
2011-10-31 13:10       ` Kalle Valo
2011-10-25 10:37 ` [PATCH 3/7] ath6kl: Introduce new variable to track wow state machine rmani
2011-10-25 10:37 ` [PATCH 4/7] ath6kl: Add new functions to handle wow suspend/resume operations rmani
2011-10-28 12:31   ` Kalle Valo
2011-10-31  9:53     ` Raja Mani
2011-10-25 10:37 ` [PATCH 5/7] ath6kl: Invoke wow suspend/resume calls during PM operations rmani
2011-10-28 13:15   ` Kalle Valo
2011-10-31  9:54     ` Raja Mani
2011-10-31 13:16       ` Kalle Valo
2011-10-28 13:21   ` Kalle Valo
2011-10-31  9:54     ` Raja Mani
2011-10-31 13:29       ` Kalle Valo
2011-10-25 10:37 ` [PATCH 6/7] ath6kl: Perform WOW resume in RX path in case of SDIO IRQ wakeup rmani
2011-10-28 13:18   ` Kalle Valo
2011-10-31  9:55     ` Raja Mani
2011-10-31 13:03       ` Kalle Valo
2011-10-25 10:37 ` [PATCH 7/7] ath6kl: Expose ath6kl wow capabilities to cfg layer rmani
2011-10-28 11:58 ` [PATCH 0/7] ath6kl: Add WOW support Kalle Valo
2011-10-31  9:55   ` Raja Mani

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).