mac80211: fix passing of VHT80 in IBSS mode

The "iw" utility expects the VHT80 to be specified as uppercase "80MHZ",
change the script to reflect that.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>

SVN-Revision: 47814
lede-17.01
Jo-Philipp Wich 2015-12-09 15:19:41 +00:00
parent 713f698bd4
commit 3041fbb4d2
1 changed files with 1 additions and 1 deletions

View File

@ -524,7 +524,7 @@ mac80211_setup_adhoc_htmode() {
[ "$auto_channel" -gt 0 ] && ibss_htmode="HT40+" [ "$auto_channel" -gt 0 ] && ibss_htmode="HT40+"
;; ;;
VHT80) VHT80)
ibss_htmode="80Mhz" ibss_htmode="80MHZ"
;; ;;
NONE|NOHT) NONE|NOHT)
ibss_htmode="NOHT" ibss_htmode="NOHT"