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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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