mirror of https://github.com/OpenIPC/firmware.git
parent
c3513a922e
commit
6643ace415
|
@ -71,15 +71,12 @@ load_interface() {
|
||||||
|
|
||||||
case "$bandwidth" in
|
case "$bandwidth" in
|
||||||
"20")
|
"20")
|
||||||
#iw_mode=HT20
|
|
||||||
iw_mode="$bandwidth_iw_mode_20"
|
iw_mode="$bandwidth_iw_mode_20"
|
||||||
;;
|
;;
|
||||||
"40")
|
"40")
|
||||||
#iw_mode=HT40+
|
|
||||||
iw_mode="$bandwidth_iw_mode_40"
|
iw_mode="$bandwidth_iw_mode_40"
|
||||||
;;
|
;;
|
||||||
"80")
|
"80")
|
||||||
#iw_mode=80MHz
|
|
||||||
iw_mode="$bandwidth_iw_mode_80"
|
iw_mode="$bandwidth_iw_mode_80"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in New Issue