All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Wunderlich <simon.wunderlich@s2003.tu-chemnitz.de>
To: linux-wireless@vger.kernel.org
Cc: johannes@sipsolutions.net, victorg@ti.com,
	linville@tuxdriver.com, kgiori@qca.qualcomm.com,
	zefir.kurtisi@neratec.com, adrian@freebsd.org, j@w1.fi,
	coelho@ti.com, igalc@ti.com, nbd@nbd.name,
	mathias.kretschmer@fokus.fraunhofer.de,
	Simon Wunderlich <siwu@hrz.tu-chemnitz.de>
Subject: [PATCHv9 0/3] Add DFS master ability
Date: Thu,  7 Feb 2013 19:38:19 +0100	[thread overview]
Message-ID: <1360262304-28362-1-git-send-email-siwu@hrz.tu-chemnitz.de> (raw)

This is patch series version 9 of the DFS master ability, based on Victor
Goldenshteins original work. See changelog in the various patches for
details. The main changes to v8 are:

 * checked and fixed locking - note the new patch 1 changing the locking
   for use/release_channel to remove rtnl dependency
 * report radar detected and NOP only once
 * fix gfp usage
 * merge "nl80211: allow DFS in start_ap" in the main nl80211 patch
 * various style changes
 * rebased on latest master, of course

As always, thanks a lot to Johannes for review and support. 
I've verified the implementation (again) with ath9k a patched hostapd (patches
to be released later). This time also lock verified (I used a tainted kernel
before, so locking was disabled ...).

iw patches for interface combinations and DFS state handling are attached as well.

One open issue (still) remains: On my system, DFS channels are flagged with NO_IBSS and
DISABLED, this is due to my country code setting to 00. I can manually circumvent
that, but should we find a proper solution for this? This regularity intersection
gives me quite a bit of a headache ...

Simon Wunderlich (3):
  mac80211: lock AP_VLAN list with iflist_mtx
  nl80211/cfg80211: add radar detection command/event
  mac80211: add radar detection command/event

 include/net/cfg80211.h       |   46 ++++++++++++++
 include/net/mac80211.h       |   14 +++++
 include/uapi/linux/nl80211.h |   61 +++++++++++++++++++
 net/mac80211/cfg.c           |   51 +++++++++++++++-
 net/mac80211/chan.c          |   37 +++++++++++-
 net/mac80211/ieee80211_i.h   |   15 +++++
 net/mac80211/iface.c         |   23 ++++++-
 net/mac80211/main.c          |    3 +
 net/mac80211/mlme.c          |   56 ++++++++++++++++++
 net/mac80211/scan.c          |    3 +
 net/mac80211/trace.h         |   19 ++++++
 net/wireless/chan.c          |  129 +++++++++++++++++++++++++++++++++++++++-
 net/wireless/core.c          |    3 +
 net/wireless/core.h          |   28 +++++++++
 net/wireless/mlme.c          |  121 +++++++++++++++++++++++++++++++++++++
 net/wireless/nl80211.c       |  135 ++++++++++++++++++++++++++++++++++++++++--
 net/wireless/nl80211.h       |    7 +++
 net/wireless/reg.c           |    3 +
 net/wireless/scan.c          |   10 ----
 net/wireless/trace.h         |   47 +++++++++++++++
 20 files changed, 790 insertions(+), 21 deletions(-)

-- 
1.7.10.4


             reply	other threads:[~2013-02-07 18:38 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-07 18:38 Simon Wunderlich [this message]
2013-02-07 18:38 ` [PATCHv9 1/3] mac80211: lock AP_VLAN list with iflist_mtx Simon Wunderlich
2013-02-08  9:08   ` Johannes Berg
2013-02-07 18:38 ` [PATCHv9 2/3] nl80211/cfg80211: add radar detection command/event Simon Wunderlich
2013-02-07 18:38 ` [PATCHv9 3/3] mac80211: " Simon Wunderlich
2013-02-07 18:38 ` [PATCH 1/2] iw: add radar detect widths to phy info Simon Wunderlich
2013-02-07 18:38 ` [PATCH 2/2] iw: print DFS states for channels if available Simon Wunderlich

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=1360262304-28362-1-git-send-email-siwu@hrz.tu-chemnitz.de \
    --to=simon.wunderlich@s2003.tu-chemnitz.de \
    --cc=adrian@freebsd.org \
    --cc=coelho@ti.com \
    --cc=igalc@ti.com \
    --cc=j@w1.fi \
    --cc=johannes@sipsolutions.net \
    --cc=kgiori@qca.qualcomm.com \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linville@tuxdriver.com \
    --cc=mathias.kretschmer@fokus.fraunhofer.de \
    --cc=nbd@nbd.name \
    --cc=siwu@hrz.tu-chemnitz.de \
    --cc=victorg@ti.com \
    --cc=zefir.kurtisi@neratec.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 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.