All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] wireless-regdb: set AUTO bandwidth for world regulatory
@ 2014-02-14  8:05 Janusz Dziedzic
  0 siblings, 0 replies; only message in thread
From: Janusz Dziedzic @ 2014-02-14  8:05 UTC (permalink / raw)
  To: linux-wireless; +Cc: johannes, mcgrof, linville, Janusz Dziedzic

Set AUTO bandwidth calculation for world regulatory
domain. This will fix CRDA veryfication issue for
world regulatory domain. This will also allow to set
world regulatory from user mode (using iw/hostapd).

Before we fail when check bandwidth for rule:
2457 - 2482 @ 40 - where (2482 - 2457) < 40

Signed-off-by: Janusz Dziedzic <janusz.dziedzic@tieto.com>
---
 db.txt |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/db.txt b/db.txt
index fcab208..1fa16fe 100644
--- a/db.txt
+++ b/db.txt
@@ -1,8 +1,8 @@
 # This is the world regulatory domain
 country 00:
-	(2402 - 2472 @ 40), (20)
+	(2402 - 2472 @ AUTO), (20)
 	# Channel 12 - 13.
-	(2457 - 2482 @ 40), (20), NO-IR
+	(2457 - 2482 @ AUTO), (20), NO-IR
 	# Channel 14. Only JP enables this and for 802.11b only
 	(2474 - 2494 @ 20), (20), NO-IR
 	# Channel 36 - 48
-- 
1.7.9.5


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-02-14  8:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-14  8:05 [PATCH] wireless-regdb: set AUTO bandwidth for world regulatory Janusz Dziedzic

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.