Update wifibroadcast

removed brackets #
pull/1640/head
snokvist 2024-12-14 15:08:59 +01:00 committed by GitHub
parent c3513a922e
commit 6643ace415
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 3 deletions

View File

@ -71,15 +71,12 @@ load_interface() {
case "$bandwidth" in
"20")
#iw_mode=HT20
iw_mode="$bandwidth_iw_mode_20"
;;
"40")
#iw_mode=HT40+
iw_mode="$bandwidth_iw_mode_40"
;;
"80")
#iw_mode=80MHz
iw_mode="$bandwidth_iw_mode_80"
;;
esac