From: "Luis R. Rodriguez" <mcgrof@xxxxxxxxxxxxxxxx> As per QCA the Russian Federation (RU) enables HT40 on the 5 GHz band as follows. This has been verified by actual product submission and product certification. Band [MHz] Max BW [MHz] Max gain Max EIRP [dBm (mW)] 5170-5330 40 N/A 20.00 (100.00) 5650-5710 40 N/A 30.00 (1000.00) 5735.000 - 5835.000 40 N/A 30.00 (1000.00) Prior to this we didn't have HT40 allowed on RU at all. This patch changes this and splits the 5 GHz band into two segments which allow two different max EIRP values. Exact details on the 5 GHz QCA work for Russia you can refer to this PDF: http://lists.infradead.org/pipermail/wireless-regdb/attachments/20130125/29d3fa1f/attachment-0001.pdf Originally submitted to the list by Michael Green. Signed-off-by: Luis R. Rodriguez <mcgrof at do-not-panic.com> --- db.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/db.txt b/db.txt index aa41626..330ccb2 100644 --- a/db.txt +++ b/db.txt @@ -672,7 +672,9 @@ country RS: country RU: (2402 - 2482 @ 40), (N/A, 20) - (5735 - 5835 @ 20), (N/A, 30) + (5170 - 5330 @ 40), (N/A, 20) + (5650 - 5710 @ 40), (N/A, 30) + (5735 - 5835 @ 40), (N/A, 30) country RW: (2402 - 2482 @ 40), (N/A, 20) -- 1.7.10.4