hostapd: remove unused variable declarations in hostapd.sh

None of the variables in this "local" declaration are actually set in
wpa_supplicant_add_network().

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
v19.07.3_mercusys_ac12_duma
Matthias Schiffer 7 years ago
parent deef71375c
commit 5e481881d7
No known key found for this signature in database
GPG Key ID: 16EF3F64CB201D9C

@ -708,7 +708,6 @@ wpa_supplicant_add_network() {
;;
esac
}
local beacon_int brates mrate
[ -n "$bssid" ] && append network_data "bssid=$bssid" "$N$T"
[ -n "$beacon_int" ] && append network_data "beacon_int=$beacon_int" "$N$T"

Loading…
Cancel
Save