Message ID | 20220323194134.169332-1-sforshee@kernel.org |
---|---|
State | New |
Headers | show |
Series | wireless-regdb: add missing spaces for US S1G rules | expand |
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
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 <sforshee@kernel.org> --- db.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)