linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv6 0/6] Add DFS master ability
@ 2013-01-08 13:04 Simon Wunderlich
  2013-01-08 13:04 ` [PATCHv6 1/6] nl80211: check if channel can be used in join_ibss Simon Wunderlich
                   ` (6 more replies)
  0 siblings, 7 replies; 34+ messages in thread
From: Simon Wunderlich @ 2013-01-08 13:04 UTC (permalink / raw)
  To: linux-wireless
  Cc: johannes, victorg, linville, kgiori, zefir.kurtisi, adrian, j,
	coelho, igalc, nbd, mathias.kretschmer, Simon Wunderlich

This is patchs series no 6 of the DFS master ability, based on Victor
Goldenshteins original work. See changelog in the various patches for
details. The main changes to v5 are:

 * channel switch announcement patch has been dropped from this patchset.
   Although CSA is required for 802.11h, DFS can also be implemented
   by just disassociating all stations and open up AP on another channel
   later when a radar is detected (to meet ETSI/FCC requirements). 
   I've choosen this approach to reduce the patchset size, CSA can (and should)
   still be added later.
 * SINGLE_ONLY patch from last time was dropped as well
 * interface combination are now used to define and check DFS capabilities:
   * one AP only/single channel is supported for now, more can be added later
   * channel bandwidths are checked within a bitfield now
   * Johannes Berg helped me a lot here, thanks! :)
 * some more obsolete things have been removed (dfs_nlportid, cac_chantype, etc)
 * rebased on latest master, of course

Again, the implementation works for me[tm] with a dummy dfs-implementation
in ath9k and a patched hostapd - I'll provide the hostapd patchset later
after cleaning it up.
 
Any comment/review/etc are very much appreciated!

Thanks,
	Simon

Simon Wunderlich (4):
  nl80211: check if channel can be used in join_ibss
  cfg80211: check radar interface combinations
  mac80211: check radar interaction with scan and roc
  nl80211: allow DFS in start_ap

Victor Goldenshtein (2):
  nl80211/cfg80211: add radar detection command/event
  mac80211: add radar detection command/event

 include/net/cfg80211.h       |   26 +++++++++
 include/net/mac80211.h       |   19 +++++++
 include/uapi/linux/nl80211.h |   12 ++++
 net/mac80211/cfg.c           |   37 ++++++++++++-
 net/mac80211/driver-ops.h    |   15 +++++
 net/mac80211/ieee80211_i.h   |    3 +
 net/mac80211/iface.c         |    4 ++
 net/mac80211/mlme.c          |   11 ++++
 net/mac80211/scan.c          |    3 +
 net/mac80211/trace.h         |   76 +++++++++++++++++++++++++
 net/wireless/chan.c          |   14 +++--
 net/wireless/core.c          |   11 +++-
 net/wireless/core.h          |    7 ++-
 net/wireless/mlme.c          |   14 +++++
 net/wireless/nl80211.c       |  126 +++++++++++++++++++++++++++++++++++++++++-
 net/wireless/nl80211.h       |    6 ++
 net/wireless/util.c          |   32 ++++++++++-
 17 files changed, 400 insertions(+), 16 deletions(-)

-- 
1.7.10.4


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

end of thread, other threads:[~2013-01-30 17:21 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-08 13:04 [PATCHv6 0/6] Add DFS master ability Simon Wunderlich
2013-01-08 13:04 ` [PATCHv6 1/6] nl80211: check if channel can be used in join_ibss Simon Wunderlich
2013-01-16 22:35   ` Johannes Berg
2013-01-17 13:27     ` Simon Wunderlich
2013-01-08 13:04 ` [PATCHv6 2/6] cfg80211: check radar interface combinations Simon Wunderlich
2013-01-16 22:42   ` Johannes Berg
2013-01-16 22:44     ` Johannes Berg
2013-01-17 13:28       ` Simon Wunderlich
2013-01-30 16:34   ` Luciano Coelho
2013-01-30 16:56     ` Simon Wunderlich
2013-01-30 17:20       ` Luciano Coelho
2013-01-08 13:04 ` [PATCHv6 3/6] nl80211/cfg80211: add radar detection command/event Simon Wunderlich
2013-01-16 22:51   ` Johannes Berg
2013-01-17 13:40     ` Simon Wunderlich
2013-01-18 21:54       ` Johannes Berg
2013-01-21 10:44         ` Zefir Kurtisi
2013-01-23 12:49           ` Simon Wunderlich
2013-01-24 12:56             ` Zefir Kurtisi
2013-01-08 13:04 ` [PATCHv6 4/6] mac80211: " Simon Wunderlich
2013-01-16 22:59   ` Johannes Berg
2013-01-17 13:52     ` Simon Wunderlich
2013-01-18 22:00       ` Johannes Berg
2013-01-23 12:42         ` Simon Wunderlich
2013-01-08 13:04 ` [PATCHv6 5/6] mac80211: check radar interaction with scan and roc Simon Wunderlich
2013-01-16 23:00   ` Johannes Berg
2013-01-17 13:53     ` Simon Wunderlich
2013-01-08 13:04 ` [PATCHv6 6/6] nl80211: allow DFS in start_ap Simon Wunderlich
2013-01-16 23:22 ` [PATCHv6 0/6] Add DFS master ability Johannes Berg
2013-01-17 14:21   ` Simon Wunderlich
2013-01-18 22:08     ` Johannes Berg
2013-01-21 10:46       ` Zefir Kurtisi
2013-01-23 12:52         ` Simon Wunderlich
2013-01-24 12:19           ` Zefir Kurtisi
2013-01-23 12:57       ` Simon Wunderlich

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