From dfdb51cafbda56f40e07feb9c4c506f492b446e3 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Wed, 27 Jul 2022 13:24:12 +0200 Subject: [PATCH] interfaces: hide missing mac info Ever since wlan devices moved to sysctl net.wlan.devices there is no way to grab a MAC address for any of those listed there. --- src/www/interfaces_wireless_edit.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/www/interfaces_wireless_edit.php b/src/www/interfaces_wireless_edit.php index 9ea6c87f2..d9f2b9d60 100644 --- a/src/www/interfaces_wireless_edit.php +++ b/src/www/interfaces_wireless_edit.php @@ -155,8 +155,8 @@ include("head.inc");