Fix variables

This commit is contained in:
Phani Pavan Kambhampati
2023-10-02 13:04:41 +05:30
committed by GitHub
parent b94cf7c43f
commit 9d874dbe88

View File

@@ -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