Skip to content

Commit

Permalink
Fix variables
Browse files Browse the repository at this point in the history
  • Loading branch information
kphanipavan authored Oct 2, 2023
1 parent b94cf7c commit 9d874db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lnxrouter
Original file line number Diff line number Diff line change
Expand Up @@ -1844,7 +1844,7 @@ write_hostapd_conf() {

if [[ $VHTSEG1CHINDEX -gt 0 ]]; then
cat <<- EOF >> "$CONFDIR/hostapd.conf"
vht_oper_centr_freq_seg1_idx=${VHTSEG0CHINDEX}
vht_oper_centr_freq_seg1_idx=${VHTSEG1CHINDEX}
EOF
fi

Expand Down

0 comments on commit 9d874db

Please sign in to comment.