From: "Luis R. Rodriguez" <lrodriguez@atheros.com>
To: linville@tuxdriver.com, johannes@sipsolutions.net,
marcel@holtmann.org, kalle.valo@nokia.com, kyle@mcmartin.ca
Cc: linux-wireless@vger.kernel.org,
"Luis R. Rodriguez" <lrodriguez@atheros.com>
Subject: [PATCH 0/5] cfg80211: enhance world roaming
Date: Fri, 20 Feb 2009 01:04:29 -0500 [thread overview]
Message-ID: <1235109874-3966-1-git-send-email-lrodriguez@atheros.com> (raw)
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(-)
next reply other threads:[~2009-02-20 6:04 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-20 6:04 Luis R. Rodriguez [this message]
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
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=1235109874-3966-1-git-send-email-lrodriguez@atheros.com \
--to=lrodriguez@atheros.com \
--cc=johannes@sipsolutions.net \
--cc=kalle.valo@nokia.com \
--cc=kyle@mcmartin.ca \
--cc=linux-wireless@vger.kernel.org \
--cc=linville@tuxdriver.com \
--cc=marcel@holtmann.org \
/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