Skip to content

Commit

Permalink
mac80211: add missing newline for "min_tx_power"
Browse files Browse the repository at this point in the history
This prevents min_tx_power from functioning properly in some circumstances.
Add the missing newline.

Signed-off-by: Rany Hany <rany_hany@riseup.net>
  • Loading branch information
rany2 committed Jan 4, 2024
1 parent 6ad400a commit 6f5c827
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6f5c827

Please sign in to comment.