From 3497b30b9c9699731590611f246dd744a231ccf9 Mon Sep 17 00:00:00 2001 From: "Leon M. George" Date: Tue, 12 Jan 2021 09:47:47 +0100 Subject: [PATCH] hostapd: remove unused variable 'enc_str' was never used. Fixes: 498d84fc4e00 ("netifd: add wireless configuration support and port mac80211 to the new framework") Signed-off-by: Leon M. George --- package/network/services/hostapd/files/hostapd.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/package/network/services/hostapd/files/hostapd.sh b/package/network/services/hostapd/files/hostapd.sh index a48e8d0766..954045bb37 100644 --- a/package/network/services/hostapd/files/hostapd.sh +++ b/package/network/services/hostapd/files/hostapd.sh @@ -1115,7 +1115,6 @@ wpa_supplicant_add_network() { set_default multi_ap 0 local key_mgmt='NONE' - local enc_str= local network_data= local T=" " -- 2.30.2