linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/6] ath6kl: scheduled scan support
@ 2011-12-13 12:50 Kalle Valo
  2011-12-13 12:51 ` [PATCH v2 1/6] ath6kl: remove a workaround from ath6kl_cfg80211_stop() Kalle Valo
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Kalle Valo @ 2011-12-13 12:50 UTC (permalink / raw)
  To: kvalo; +Cc: ath6kl-devel, linux-wireless

Here's v2 of my sched scan patches. Changes from v1 are just a
proper a commit log for patch 6 and removed a fixme comment which
I had already fixed.

---

Kalle Valo (6):
      ath6kl: remove a workaround from ath6kl_cfg80211_stop()
      ath6kl: call ath6kl_cfg80211_stop() from ath6kl_close()
      ath6kl: implement ath6kl_cfg80211_stop_all()
      ath6kl: fix value of WOW_FILTER_SSID
      ath6kl: fix reading of FW IE capabilities
      ath6kl: implement scheduled scan


 drivers/net/wireless/ath/ath6kl/cfg80211.c |  203 ++++++++++++++++++++++++----
 drivers/net/wireless/ath/ath6kl/cfg80211.h |    6 +
 drivers/net/wireless/ath/ath6kl/core.h     |    7 +
 drivers/net/wireless/ath/ath6kl/init.c     |    8 +
 drivers/net/wireless/ath/ath6kl/main.c     |   12 --
 drivers/net/wireless/ath/ath6kl/sdio.c     |   26 +++-
 drivers/net/wireless/ath/ath6kl/wmi.c      |   27 ++++
 drivers/net/wireless/ath/ath6kl/wmi.h      |    4 -
 8 files changed, 249 insertions(+), 44 deletions(-)


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

end of thread, other threads:[~2011-12-13 13:06 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-13 12:50 [PATCH v2 0/6] ath6kl: scheduled scan support Kalle Valo
2011-12-13 12:51 ` [PATCH v2 1/6] ath6kl: remove a workaround from ath6kl_cfg80211_stop() Kalle Valo
2011-12-13 12:51 ` [PATCH v2 2/6] ath6kl: call ath6kl_cfg80211_stop() from ath6kl_close() Kalle Valo
2011-12-13 12:51 ` [PATCH v2 3/6] ath6kl: implement ath6kl_cfg80211_stop_all() Kalle Valo
2011-12-13 12:51 ` [PATCH v2 4/6] ath6kl: fix value of WOW_FILTER_SSID Kalle Valo
2011-12-13 12:51 ` [PATCH v2 5/6] ath6kl: fix reading of FW IE capabilities Kalle Valo
2011-12-13 12:52 ` [PATCH v2 6/6] ath6kl: implement scheduled scan Kalle Valo
2011-12-13 13:06 ` [PATCH v2 0/6] ath6kl: scheduled scan support Kalle Valo

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