Hi.
I am currently transitioning from dd-wrt to OpenWRT. One of the discrepancies which I can see on a Netgear R7800 running dd-wrt and one running OpenWRT is the TX power on 5GHz (VHT160 @ channel 100).
The DD-WRT will claim 30dBm while OpenWRT claims 26dBm. As far as I understand this should be regulated by the wireless interface's firmware which loads a regulatory domain table which then OpenWRT invokes based on user settings?
OpenWRT claims the following:
# iw reg get
global
country DE: DFS-ETSI
(2400 - 2483 @ 40), (N/A, 20), (N/A)
(5150 - 5250 @ 80), (N/A, 23), (N/A), NO-OUTDOOR, AUTO-BW
(5250 - 5350 @ 80), (N/A, 20), (0 ms), NO-OUTDOOR, DFS, AUTO-BW
(5470 - 5725 @ 160), (N/A, 26), (0 ms), DFS
(5725 - 5875 @ 80), (N/A, 13), (N/A)
(57000 - 66000 @ 2160), (N/A, 40), (N/A)
# iw dev wlan0 info
Interface wlan0
ifindex 35
wdev 0x6
addr 3c:37:86:xx:xx:xx
ssid xxx-50-test
type AP
wiphy 0
channel 100 (5500 MHz), width: 160 MHz, center1: 5570 MHz
txpower 26.00 dBm
multicast TXQ:
qsz-byt qsz-pkt flows drops marks overlmt hashcol tx-bytes tx-packets
0 0 0 0 0 0 0 0 0
DD-WRT claims;
# iw reg get
global
country DE: DFS-ETSI
(2400 - 2483 @ 40), (N/A, 20), (N/A)
(5150 - 5250 @ 80), (N/A, 23), (N/A), NO-OUTDOOR
(5250 - 5350 @ 80), (N/A, 20), (N/A), NO-OUTDOOR
(5470 - 5725 @ 160), (N/A, 30), (N/A)
(5725 - 5875 @ 80), (N/A, 14), (N/A)
(57000 - 66000 @ 2160), (N/A, 40), (N/A)
# iw dev ath0 info
Interface ath0
ifindex 30
wdev 0x6
addr 78:d2:94:xx:xx:xx
ssid xxx-50
type AP
wiphy 0
channel 100 (5500 MHz), width: 160 MHz, center1: 5570 MHz
txpower 30.00 dBm
multicast TXQ:
qsz-byt qsz-pkt flows drops marks overlmt hashcol tx-bytes tx-packets
0 0 1100765 0 0 0 321 163059281 1116232
Any idea why this would be and what can be done as a remedy? How does it look on your R7800's? Could it be revision specific for the hardware itself?