mac80211: add missing newline for "min_tx_power"
This prevents min_tx_power from functioning properly in some circumstances. Add the missing newline. Signed-off-by: Rany Hany <rany_hany@riseup.net>
This commit is contained in:
parent
14a3eadf05
commit
6ca8752a9c
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ mac80211_hostapd_setup_base() {
|
|||
[ "$auto_channel" = 0 ] && [ -z "$channel_list" ] && \
|
||||
channel_list="$channel"
|
||||
|
||||
[ "$min_tx_power" -gt 0 ] && append base_cfg "min_tx_power=$min_tx_power"
|
||||
[ "$min_tx_power" -gt 0 ] && append base_cfg "min_tx_power=$min_tx_power" "$N"
|
||||
|
||||
set_default noscan 0
|
||||
|
||||
|
|
Loading…
Reference in a new issue