Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH 0/5] cfg80211: enhance world roaming
@ 2009-02-20  6:04 Luis R. Rodriguez
  2009-02-20  6:04 ` [PATCH 1/5] cfg80211: enable active-scan / beaconing on Ch 1-11 for world regdom Luis R. Rodriguez
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Luis R. Rodriguez @ 2009-02-20  6:04 UTC (permalink / raw)
  To: linville, johannes, marcel, kalle.valo, kyle
  Cc: linux-wireless, Luis R. Rodriguez

This series enhances world roaming through a few set of
enhancements. We world roam when OLD_REG is disabled and
CRDA _is_ installed and when we have had no regulatory
hint from anything yet (country IE, userspace, or driver).
If you lack CRDA and you also have OLD_REG you also world roam. 

We finish this work by defaulting OLD_REG to no due to these
new changes. At this point I'd even be inclined to simply remove
OLD_REG, your comments are greatly welcomed on this.

This patch series *should not* be applied yet as it breaks Intel's
iwlwifi drivers as noted in my recent e-mail about this [1]. Once that
is fixed this should be ready.

This series depends on the last one I just posted. If you'd like to
test you can get all the patches in one file in my home dir, it will
contain my 15 patches from my previous series and the patches from
this new series [2].

[1] http://marc.info/?l=linux-wireless&m=123510494021757&w=2
[2] http://www.kernel.org/pub/linux/kernel/people/mcgrof/patches/cfg80211/2009-02-20/all-reg.patch

Luis R. Rodriguez (5):
  cfg80211: enable active-scan / beaconing on Ch 1-11 for world regdom
  cfg80211: enable 5 GHz world roaming channels
  cfg80211: Add AP beacon regulatory hints
  ath9k: follow beacon hints on reg_notifier when world roaming
  cfg80211: default OLD_REG to n

 Documentation/feature-removal-schedule.txt |    5 +-
 drivers/net/wireless/ath9k/regd.c          |   93 +++++++----
 include/net/wireless.h                     |   21 +++
 net/wireless/Kconfig                       |    2 +-
 net/wireless/core.c                        |    5 +-
 net/wireless/reg.c                         |  240 +++++++++++++++++++++++++++-
 net/wireless/scan.c                        |    3 +
 7 files changed, 329 insertions(+), 40 deletions(-)


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

end of thread, other threads:[~2009-02-20 20:34 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-20  6:04 [PATCH 0/5] cfg80211: enhance world roaming Luis R. Rodriguez
2009-02-20  6:04 ` [PATCH 1/5] cfg80211: enable active-scan / beaconing on Ch 1-11 for world regdom Luis R. Rodriguez
2009-02-20 19:59   ` Gábor Stefanik
2009-02-20 20:08     ` Luis R. Rodriguez
2009-02-20  6:04 ` [PATCH 2/5] cfg80211: enable 5 GHz world roaming channels Luis R. Rodriguez
2009-02-20  6:04 ` [PATCH 3/5] cfg80211: Add AP beacon regulatory hints Luis R. Rodriguez
2009-02-20 17:06   ` Johannes Berg
2009-02-20 20:34     ` Luis R. Rodriguez
2009-02-20  6:04 ` [PATCH 4/5] ath9k: follow beacon hints on reg_notifier when world roaming Luis R. Rodriguez
2009-02-20  6:04 ` [PATCH 5/5] cfg80211: default OLD_REG to n Luis R. Rodriguez
2009-02-20  6:08 ` [PATCH 0/5] cfg80211: enhance world roaming 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