mac80211: Allow to select VHT80 in IBSS mode

Signed-off-by: Sven Eckelmann <sven@open-mesh.com>

SVN-Revision: 47781
v19.07.3_mercusys_ac12_duma
Felix Fietkau 9 years ago
parent 5425d27339
commit 028666e75f

@ -499,7 +499,7 @@ mac80211_setup_supplicant() {
mac80211_setup_adhoc_htmode() {
case "$htmode" in
VHT20|HT20) ibss_htmode=HT20;;
HT40*|VHT40|VHT80|VHT160)
HT40*|VHT40|VHT160)
case "$hwmode" in
a)
case "$(( ($channel / 4) % 2 ))" in
@ -523,6 +523,9 @@ mac80211_setup_adhoc_htmode() {
esac
[ "$auto_channel" -gt 0 ] && ibss_htmode="HT40+"
;;
VHT80)
ibss_htmode="80Mhz"
;;
*) ibss_htmode="" ;;
esac

Loading…
Cancel
Save