Fix variables
This commit is contained in:
parent
b94cf7c43f
commit
9d874dbe88
|
@ -1844,7 +1844,7 @@ write_hostapd_conf() {
|
||||||
|
|
||||||
if [[ $VHTSEG1CHINDEX -gt 0 ]]; then
|
if [[ $VHTSEG1CHINDEX -gt 0 ]]; then
|
||||||
cat <<- EOF >> "$CONFDIR/hostapd.conf"
|
cat <<- EOF >> "$CONFDIR/hostapd.conf"
|
||||||
vht_oper_centr_freq_seg1_idx=${VHTSEG0CHINDEX}
|
vht_oper_centr_freq_seg1_idx=${VHTSEG1CHINDEX}
|
||||||
EOF
|
EOF
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue