Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH 0/7] wl12xx: scheduled scan implementation
@ 2011-05-12 14:15 Luciano Coelho
  2011-05-12 14:15 ` [PATCH 1/7] wl12xx: add configuration values for scheduled scan Luciano Coelho
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Luciano Coelho @ 2011-05-12 14:15 UTC (permalink / raw)
  To: linux-wireless

Hi,

This is the patch set that I'm going to apply to wl12xx soon.  It's basically
the same as the RFC I sent earlier, but with two extra patches:

* prevent sched_scan in states not supported by the FW (ie. not STA or not idle)
* remove one unused flag (clean-up and not really related to sched_scan)

Cheers,
Luca.


Luciano Coelho (7):
  wl12xx: add configuration values for scheduled scan
  wl12xx: listen to scheduled scan events
  wl12xx: add scheduled scan structures and commands
  wl12xx: implement scheduled scan driver operations and reporting
  wl12xx: export scheduled scan state in debugfs
  wl12xx: prevent sched_scan when not idle or not in station mode
  wl12xx: remove unused flag WL1271_FLAG_IDLE_REQUESTED

 drivers/net/wireless/wl12xx/boot.c    |    4 +-
 drivers/net/wireless/wl12xx/conf.h    |   21 +++
 drivers/net/wireless/wl12xx/debugfs.c |    1 +
 drivers/net/wireless/wl12xx/event.c   |   16 ++
 drivers/net/wireless/wl12xx/main.c    |   79 +++++++++++
 drivers/net/wireless/wl12xx/scan.c    |  243 +++++++++++++++++++++++++++++++++
 drivers/net/wireless/wl12xx/scan.h    |  114 +++++++++++++++
 drivers/net/wireless/wl12xx/wl12xx.h  |    3 +-
 8 files changed, 479 insertions(+), 2 deletions(-)


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

end of thread, other threads:[~2011-05-12 21:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-12 14:15 [PATCH 0/7] wl12xx: scheduled scan implementation Luciano Coelho
2011-05-12 14:15 ` [PATCH 1/7] wl12xx: add configuration values for scheduled scan Luciano Coelho
2011-05-12 14:15 ` [PATCH 2/7] wl12xx: listen to scheduled scan events Luciano Coelho
2011-05-12 14:15 ` [PATCH 3/7] wl12xx: add scheduled scan structures and commands Luciano Coelho
2011-05-12 14:15 ` [PATCH 4/7] wl12xx: implement scheduled scan driver operations and reporting Luciano Coelho
2011-05-12 14:15 ` [PATCH 5/7] wl12xx: export scheduled scan state in debugfs Luciano Coelho
2011-05-12 14:15 ` [PATCH 6/7] wl12xx: prevent sched_scan when not idle or not in station mode Luciano Coelho
2011-05-12 14:15 ` [PATCH 7/7] wl12xx: remove unused flag WL1271_FLAG_IDLE_REQUESTED Luciano Coelho
2011-05-12 21:29 ` [PATCH 0/7] wl12xx: scheduled scan implementation Luciano Coelho

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox