[wireless-regdb] [PATCH] wireless-regdb: Fix world roaming 160 MHz to use AUTO-BW

Jouni Malinen jouni at qca.qualcomm.com
Thu Oct 23 01:59:28 PDT 2014


The cfg80211 reg.c implementation rejects rules that claim to have
maximum bandwidth that is larger than the full range. For cases that
need to merge two rules into a single one with extended maximum
bandwidth, AUTO-BW should be used instead.

Signed-off-by: Jouni Malinen <jouni at qca.qualcomm.com>
---
 db.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/db.txt b/db.txt
index f0e4312..1e5863f 100644
--- a/db.txt
+++ b/db.txt
@@ -6,9 +6,9 @@ country 00:
 	# Channel 14. Only JP enables this and for 802.11b only
 	(2474 - 2494 @ 20), (20), NO-IR, NO-OFDM
 	# Channel 36 - 48
-	(5170 - 5250 @ 160), (20), NO-IR
+	(5170 - 5250 @ 80), (20), NO-IR, AUTO-BW
 	# Channel 52 - 64
-	(5250 - 5330 @ 160), (20), NO-IR, DFS
+	(5250 - 5330 @ 80), (20), NO-IR, DFS, AUTO-BW
 	# Channel 100 - 144
 	(5490 - 5730 @ 160), (20), NO-IR, DFS
 	# Channel 149 - 165
-- 
1.9.1


-- 
Jouni Malinen                                            PGP id EFC895FA



More information about the wireless-regdb mailing list