All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1 V2] cfg80211: adding NONE regdomain
@ 2008-06-29  9:43 Tomas Winkler
  2008-06-30  8:18 ` Luis R. Rodriguez
  0 siblings, 1 reply; 11+ messages in thread
From: Tomas Winkler @ 2008-06-29  9:43 UTC (permalink / raw)
  To: linville, johannes, yi.zhu; +Cc: linux-wireless, Ester Kummer

From: Ester Kummer <ester.kummer@intel.com>

This patch adds an option to enable all the channels by adding a
value of "NONE" to ieee80211_regdom module param. This is useful
for NICs that rely on EEPROM regulatory enforcement and for testing

Signed-off-by: Ester Kummer <ester.kummer@intel.com>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
---
 net/wireless/reg.c |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/net/wireless/reg.c b/net/wireless/reg.c
index 855bff4..140b931 100644
--- a/net/wireless/reg.c
+++ b/net/wireless/reg.c
@@ -97,6 +97,14 @@ static const struct ieee80211_channel_range ieee80211_EU_channels[] = {
 				     IEEE80211_CHAN_RADAR),
 };
 
+static const struct ieee80211_channel_range ieee80211_NONE_channels[] = {
+	/* IEEE 802.11b/g, channels 1..14 */
+	RANGE_PWR(2412, 2484, 0xFF, 0xFF, 0),
+	/* IEEE 802.11a, channels 36..165 */
+	RANGE_PWR(5180, 6000, 0xFF, 0xFF, 0),
+};
+
+
 #define REGDOM(_code)							\
 	{								\
 		.code = __stringify(_code),				\
@@ -108,6 +116,7 @@ static const struct ieee80211_regdomain ieee80211_regdoms[] = {
 	REGDOM(US),
 	REGDOM(JP),
 	REGDOM(EU),
+	REGDOM(NONE),
 };
 
 
-- 
1.5.4.1

---------------------------------------------------------------------
Intel Israel (74) Limited

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.


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

end of thread, other threads:[~2008-06-30 14:27 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-29  9:43 [PATCH 1/1 V2] cfg80211: adding NONE regdomain Tomas Winkler
2008-06-30  8:18 ` Luis R. Rodriguez
2008-06-30  8:52   ` Tomas Winkler
2008-06-30  8:59     ` Luis R. Rodriguez
2008-06-30  9:16       ` Tomas Winkler
2008-06-30  9:22       ` Johannes Berg
2008-06-30 11:25         ` Tomas Winkler
2008-06-30 11:35           ` Johannes Berg
2008-06-30 13:31             ` Tomas Winkler
2008-06-30 13:55             ` John W. Linville
2008-06-30 14:27               ` Tomas Winkler

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.