linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC v2 0/2] implementation of scheduled scan
@ 2010-12-10 15:07 luciano.coelho
  2010-12-10 15:07 ` [RFC v2 1/2] cfg80211/nl80211: add support for scheduled scans luciano.coelho
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: luciano.coelho @ 2010-12-10 15:07 UTC (permalink / raw)
  To: linux-wireless; +Cc: johannes

From: Luciano Coelho <luciano.coelho@nokia.com>

Hi,

So, here's my second RFC for the scheduled scan implementation (which we used
to call periodic scan earlier).  I have applied all Johannes's comments, except
for two things:

* I kept the return value in the sched_scan_stop chain, because, at least with
  wl12xx, the call can fail (due to OOM for instance).  I think it's cleaner
  this way.

* I have not implemented support for passing the scan interval from userspace
  yet.  I'll work on it next week and send it as a separate patch.

One of the main things you'll notice is that I merged the patches into two
patches instead of 15, which caused some people to whip me before.  :P

Please give me some comments, if you have the time (and bother).

Cheers,
Luca.

Luciano Coelho (2):
  cfg80211/nl80211: add support for scheduled scans
  mac80211: add support for HW scheduled scan

 include/linux/nl80211.h     |    9 ++
 include/net/cfg80211.h      |   48 ++++++++
 include/net/mac80211.h      |   40 +++++++
 net/mac80211/cfg.c          |   26 ++++
 net/mac80211/driver-ops.h   |   30 +++++
 net/mac80211/driver-trace.h |   63 ++++++++++
 net/mac80211/ieee80211_i.h  |    8 ++
 net/mac80211/rx.c           |    4 +-
 net/mac80211/scan.c         |   80 +++++++++++++
 net/wireless/core.c         |    6 +
 net/wireless/core.h         |    3 +
 net/wireless/nl80211.c      |  271 +++++++++++++++++++++++++++++++++++++++++++
 net/wireless/nl80211.h      |    6 +
 net/wireless/scan.c         |   18 +++
 14 files changed, 611 insertions(+), 1 deletions(-)


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

end of thread, other threads:[~2010-12-14 16:04 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-10 15:07 [RFC v2 0/2] implementation of scheduled scan luciano.coelho
2010-12-10 15:07 ` [RFC v2 1/2] cfg80211/nl80211: add support for scheduled scans luciano.coelho
2010-12-10 20:03   ` Johannes Berg
2010-12-13 14:04     ` Luciano Coelho
2010-12-10 20:05   ` Johannes Berg
2010-12-13 15:30     ` Luciano Coelho
2010-12-10 15:07 ` [RFC v2 2/2] mac80211: add support for HW scheduled scan luciano.coelho
2010-12-10 20:15   ` Johannes Berg
2010-12-14 16:06     ` Luciano Coelho
2010-12-10 19:53 ` [RFC v2 0/2] implementation of " Johannes Berg
2010-12-10 20:17   ` Johannes Berg
2010-12-13 16:13     ` Luciano Coelho

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