diff options
author | Leon M. George <leon@georgemail.eu> | 2021-01-12 10:07:44 +0100 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2021-01-14 03:48:41 +0100 |
commit | 4bde00c2a3cdb97d0bf9ed35955cebc477e472f5 (patch) | |
tree | 8f5c13d9c48a12ec9143e4b6a6caed3408f57f86 | |
parent | 3497b30b9c9699731590611f246dd744a231ccf9 (diff) | |
download | upstream-4bde00c2a3cdb97d0bf9ed35955cebc477e472f5.tar.gz upstream-4bde00c2a3cdb97d0bf9ed35955cebc477e472f5.tar.bz2 upstream-4bde00c2a3cdb97d0bf9ed35955cebc477e472f5.zip |
hostapd: remove unused variable
'base' was never used.
Fixes: 498d84fc4e00 ("netifd: add wireless configuration support
and port mac80211 to the new framework")
Signed-off-by: Leon M. George <leon@georgemail.eu>
-rw-r--r-- | package/network/services/hostapd/files/hostapd.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/network/services/hostapd/files/hostapd.sh b/package/network/services/hostapd/files/hostapd.sh index 954045bb37..b46d58b4a3 100644 --- a/package/network/services/hostapd/files/hostapd.sh +++ b/package/network/services/hostapd/files/hostapd.sh @@ -112,7 +112,6 @@ hostapd_prepare_device_config() { local config="$1" local driver="$2" - local base="${config%%.conf}" local base_cfg= json_get_vars country country_ie beacon_int:100 dtim_period:2 doth require_mode legacy_rates \ |