linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] wireless: add DFS master support
@ 2011-10-04 23:47 Luis R. Rodriguez
  2011-10-04 23:47 ` [PATCH 1/8] wireless-regdb: Add master DFS region support Luis R. Rodriguez
                   ` (8 more replies)
  0 siblings, 9 replies; 22+ messages in thread
From: Luis R. Rodriguez @ 2011-10-04 23:47 UTC (permalink / raw)
  To: linux-wireless, linville; +Cc: Luis R. Rodriguez

This set of 8 patches adds DFS master support to the Linux wireless subsystem.
I've reviewed future possible changes to DFS master regions and it seems that
we are not going to be having multiple DFS regions for one country, instead
we'll always have one DFS region for one country.

The changes here are spread out throughout wireless-regdb, crda the kernel and
lastly iw. The changes made allow for older verions of CRDA to work with new
wireless-regdb files with DFS region support. If you want DFS master region
support you'll need to upgrade your CRDA, your kernel and then hope someone
implements DFS master support for your respective driver.

This patch series does not have specific driver changes, although some seem to
be backing in the oven right now.

Luis R. Rodriguez (8):
  wireless-regdb: Add master DFS region support
  wireless-regdb: add FCC as the DFS region for US
  crda: synch up nl80211.h
  crda: add support to send DFS master region
  cfg80211: process regulatory DFS region for countries
  cfg80211: pass DFS region to drivers through reg_notifier()
  iw: synch nl80211.h
  iw: add DFS region parsing support

wireless-regdb:

 db.txt     |    2 +-
 db2bin.py  |    2 +-
 dbparse.py |   25 ++++++++++++++++++++-----
 3 files changed, 22 insertions(+), 7 deletions(-)

crda:

 crda.c    |    1 +
 nl80211.h |   21 +++++++++++++++++++++
 regdb.h   |    3 ++-
 3 files changed, 24 insertions(+), 1 deletions(-)

kernel:

 include/linux/nl80211.h  |   21 +++++++++++++++++++++
 include/net/regulatory.h |    6 ++++++
 net/wireless/nl80211.c   |   15 +++++++++++++++
 net/wireless/reg.c       |   39 +++++++++++++++++++++++++++++++++++++++
 net/wireless/reg.h       |    1 +
 5 files changed, 82 insertions(+), 0 deletions(-)

iw:

 nl80211.h |  168 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 reg.c     |   31 +++++++++++
 2 files changed, 197 insertions(+), 2 deletions(-)

-- 
1.7.4.15.g7811d

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

end of thread, other threads:[~2011-10-10 23:32 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-04 23:47 [PATCH 0/8] wireless: add DFS master support Luis R. Rodriguez
2011-10-04 23:47 ` [PATCH 1/8] wireless-regdb: Add master DFS region support Luis R. Rodriguez
2011-10-04 23:47 ` [PATCH 2/8] wireless-regdb: add FCC as the DFS region for US Luis R. Rodriguez
2011-10-04 23:47 ` [PATCH 3/8] cfg80211: process regulatory DFS region for countries Luis R. Rodriguez
2011-10-07 19:54   ` Johannes Berg
2011-10-07 19:57     ` Luis R. Rodriguez
2011-10-07 20:05       ` Johannes Berg
2011-10-04 23:47 ` [PATCH 4/8] cfg80211: pass DFS region to drivers through reg_notifier() Luis R. Rodriguez
2011-10-04 23:47 ` [PATCH 5/8] crda: synch up nl80211.h Luis R. Rodriguez
2011-10-04 23:47 ` [PATCH 6/8] crda: add support to send DFS master region Luis R. Rodriguez
2011-10-04 23:47 ` [PATCH 7/8] iw: synch nl80211.h Luis R. Rodriguez
2011-10-04 23:47 ` [PATCH 8/8] iw: add DFS region parsing support Luis R. Rodriguez
2011-10-05  0:14 ` [PATCH 0/8] wireless: add DFS master support Luis R. Rodriguez
2011-10-07 21:11   ` Luis R. Rodriguez
2011-10-07 22:29     ` Luis R. Rodriguez
2011-10-07 22:32       ` Luis R. Rodriguez
2011-10-08 17:46         ` Zefir Kurtisi
2011-10-08 18:26           ` Luis R. Rodriguez
2011-10-10  7:48             ` Johannes Berg
2011-10-10  9:13             ` Zefir Kurtisi
2011-10-10 19:05               ` Luis R. Rodriguez
2011-10-10 23:32                 ` Luis R. Rodriguez

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