All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/6] mwifiex wowlan enahancements
@ 2016-01-13  9:26 Amitkumar Karwar
  2016-01-13  9:26 ` [PATCH v2 1/6] mwifiex: add schedule scan support Amitkumar Karwar
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Amitkumar Karwar @ 2016-01-13  9:26 UTC (permalink / raw)
  To: linux-wireless; +Cc: Cathy Luo, Nishant Sarmukadam, Amitkumar Karwar

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


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

end of thread, other threads:[~2016-01-29  9:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-13  9:26 [PATCH v2 0/6] mwifiex wowlan enahancements Amitkumar Karwar
2016-01-13  9:26 ` [PATCH v2 1/6] mwifiex: add schedule scan support Amitkumar Karwar
2016-01-29  9:21   ` [v2,1/6] " Kalle Valo
2016-01-13  9:26 ` [PATCH v2 2/6] mwifiex: add wowlan info messages Amitkumar Karwar
2016-01-13  9:26 ` [PATCH v2 3/6] mwifiex: add wowlan net-detect support Amitkumar Karwar
2016-01-13  9:26 ` [PATCH v2 4/6] mwifiex: report wakeup reason to cfg80211 Amitkumar Karwar
2016-01-13  9:26 ` [PATCH v2 5/6] mwifiex: add RSSI support for net-detect Amitkumar Karwar
2016-01-13  9:26 ` [PATCH v2 6/6] mwifiex: use SYNC flag for canceling host sleep Amitkumar Karwar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.