mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-12 23:52:09 -05:00
hostapd: remove unused variable
'base' was never used.
Fixes: 498d84fc4e ("netifd: add wireless configuration support
and port mac80211 to the new framework")
Signed-off-by: Leon M. George <leon@georgemail.eu>
This commit is contained in:
parent
3497b30b9c
commit
4bde00c2a3
@ -112,7 +112,6 @@ hostapd_prepare_device_config() {
|
|||||||
local config="$1"
|
local config="$1"
|
||||||
local driver="$2"
|
local driver="$2"
|
||||||
|
|
||||||
local base="${config%%.conf}"
|
|
||||||
local base_cfg=
|
local base_cfg=
|
||||||
|
|
||||||
json_get_vars country country_ie beacon_int:100 dtim_period:2 doth require_mode legacy_rates \
|
json_get_vars country country_ie beacon_int:100 dtim_period:2 doth require_mode legacy_rates \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user