The rules lack spaces in the frequency range definition, which works
find for building the database but causes problems for some external
parsers. Add the missing spaces.
Signed-off-by: Seth Forshee <[email protected]>
---
db.txt | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/db.txt b/db.txt
index d45ec082e7c4..5f2168d21222 100644
--- a/db.txt
+++ b/db.txt
@@ -1619,11 +1619,11 @@ country UG: DFS-FCC
# set out in 47 CFR ยง 15.205. TODO: reenable and specify a safe TX power here.
country US: DFS-FCC
# S1G Channel 1-3
- (902-904 @ 2), (30)
+ (902 - 904 @ 2), (30)
# S1G Channel 5-35
- (904-920 @ 16), (30)
+ (904 - 920 @ 16), (30)
# S1G Channel 37-51
- (920-928 @ 8), (30)
+ (920 - 928 @ 8), (30)
(2400 - 2472 @ 40), (30)
# 5.15 ~ 5.25 GHz: 30 dBm for master mode, 23 dBm for clients
(5150 - 5250 @ 80), (23), AUTO-BW
--
2.32.0
On Wed, Mar 23, 2022 at 02:41:34PM -0500, Seth Forshee wrote:
> The rules lack spaces in the frequency range definition, which works
> find for building the database but causes problems for some external
> parsers. Add the missing spaces.
>
> Signed-off-by: Seth Forshee <[email protected]>
Applied.