mirror of https://github.com/aredn/aredn.git
hardware: Add testing support for AirRouter HP
board.info {{{ board.sysid=0xe4b2 board.cpurevision=0x00000101 board.name=AirRouter board.shortname=LAP board.subtype=HP board.netmodes=15 board.hwaddr=687251449BBD board.reboot=50 board.upgrade=150 board.phycount=2 board.phy.1.maxmtu=2024 board.phy.2.maxmtu=2024 radio.1.name= radio.1.shortname= radio.1.bus=pci radio.1.subsystemid=0xe4b2 radio.1.subvendorid=0x0777 radio.1.txpower.max=28 radio.1.txpower.min=-4 radio.1.txpower.offset=9 radio.1.antennas=1 radio.1.def_antenna=4 radio.1.antenna.1.id=4 radio.1.antenna.1.name=Combined radio.1.antenna.1.gain=6 }}}
This commit is contained in:
parent
2dfc911df7
commit
cc6d4ee550
|
@ -1227,6 +1227,15 @@ sub hardware_info
|
|||
'usechains' => 0,
|
||||
'rfband' => '2400',
|
||||
},
|
||||
'0xe4b2' => {
|
||||
'name' => 'AirRouter HP',
|
||||
'comment' => 'AirRouter HP in testing',
|
||||
'supported' => '-2',
|
||||
'maxpower' => '19',
|
||||
'pwroffset' => '9',
|
||||
'usechains' => 0,
|
||||
'rfband' => '2400',
|
||||
},
|
||||
'0xe4e5' => {
|
||||
'name' => 'NanoBeam M5 International',
|
||||
'comment' => 'NanoBeam M5 International XW series unsuported at this time',
|
||||
|
|
Loading…
Reference in New Issue