linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Johannes Berg <johannes@sipsolutions.net>
To: John Linville <linville@tuxdriver.com>
Cc: linux-wireless@vger.kernel.org, Jouni Malinen <j@w1.fi>
Subject: [PATCH 0/4] off-channel work
Date: Fri, 04 Dec 2009 15:35:44 +0100	[thread overview]
Message-ID: <20091204143544.034718060@sipsolutions.net> (raw)

The new work stuff was just a stepping stone, now
we can support telling an interface to go to a
different channel than the operating channel, sit
there for a while listening to frames (eventually
also sending frames like public action) and then
come back.

johannes
---
 include/linux/nl80211.h    |   36 +++++
 include/net/cfg80211.h     |   47 +++++++
 net/mac80211/Makefile      |    2 
 net/mac80211/cfg.c         |   24 +++
 net/mac80211/ieee80211_i.h |   28 ++++
 net/mac80211/main.c        |    3 
 net/mac80211/mlme.c        |   17 --
 net/mac80211/offchannel.c  |  160 ++++++++++++++++++++++++++
 net/mac80211/scan.c        |  144 -----------------------
 net/mac80211/work.c        |  271 +++++++++++++++++++++++++++++++++++----------
 net/wireless/chan.c        |   41 ++++--
 net/wireless/core.h        |    3 
 net/wireless/mlme.c        |   27 ++++
 net/wireless/nl80211.c     |  218 ++++++++++++++++++++++++++++++++++++
 net/wireless/nl80211.h     |   11 +
 15 files changed, 803 insertions(+), 229 deletions(-)


             reply	other threads:[~2009-12-04 14:51 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-04 14:35 Johannes Berg [this message]
2009-12-04 14:35 ` [PATCH 1/4] mac80211: Generalize off-channel operation helpers from scan code Johannes Berg
2009-12-12 15:28   ` [PATCH 1/4 v2] " Johannes Berg
2009-12-04 14:35 ` [PATCH 2/4] cfg80211: add remain-on-channel command Johannes Berg
2009-12-04 14:35 ` [PATCH 3/4] mac80211: support " Johannes Berg
2009-12-04 14:35 ` [PATCH 4/4] mac80211: make off-channel work generic Johannes Berg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20091204143544.034718060@sipsolutions.net \
    --to=johannes@sipsolutions.net \
    --cc=j@w1.fi \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linville@tuxdriver.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).