mirror of https://github.com/aredn/aredn.git
bugfix: aredn TxMbps does not show on Mikrotik hAP lite in mesh status
This commit is contained in:
parent
d9ce31798c
commit
b5ad5cad23
|
@ -551,8 +551,8 @@ sub get_mac
|
|||
|
||||
sub get_wlan2phy
|
||||
{
|
||||
my ($wlan) = $1;
|
||||
my ($phy) = "";
|
||||
my $wlan = shift;
|
||||
my $phy = "";
|
||||
return "phy0" unless $wlan;
|
||||
foreach(`iwinfo $wlan info`)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue