bugfix: aredn TxMbps does not show on Mikrotik hAP lite in mesh status

This commit is contained in:
Joe AE6XE 2018-09-06 02:11:11 +00:00
parent d9ce31798c
commit b5ad5cad23
1 changed files with 2 additions and 2 deletions

View File

@ -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`)
{