2014-02-14 08:06:00

by Janusz Dziedzic

[permalink] [raw]
Subject: [PATCH] wireless-regdb: set AUTO bandwidth for world regulatory

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 <[email protected]>
---
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