mirror of https://github.com/aredn/aredn.git
Increae txoffset for NanoStation Loco M2
Based on testing airOS claims NSLM2's have a 2db amplifier it appears that they may actually have a 5db amp. Since units keep reporting 3db lower than we expect them to we are increasing the txpower offset until we have confirmed power tests. fixes BBHN->ticket:11, BBHN->ticket:22
This commit is contained in:
parent
7577bc2286
commit
16b4c2a201
|
@ -898,7 +898,7 @@ sub hardware_info
|
|||
'comment' => 'IN TESTING: To be promoted when confirmed working. Chains require verification',
|
||||
'supported' => '-1',
|
||||
'maxpower' => '21',
|
||||
'pwroffset' => '2',
|
||||
'pwroffset' => '5',
|
||||
'antennas' => { 1 => "Horizontal", 2 => "Vertical", 3 => "Diversity" },
|
||||
'defaultant' => 3,
|
||||
'usechains' => 1,
|
||||
|
|
Loading…
Reference in New Issue