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>
This commit is contained in:
parent
deef71375c
commit
5e481881d7
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue