1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 05:58:53 +02:00

mac80211: fix disabling HT in IBSS mode (#21340)

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

SVN-Revision: 47813
This commit is contained in:
Jo-Philipp Wich 2015-12-09 15:18:43 +00:00
parent 1369876a92
commit 713f698bd4

@ -526,6 +526,9 @@ mac80211_setup_adhoc_htmode() {
VHT80)
ibss_htmode="80Mhz"
;;
NONE|NOHT)
ibss_htmode="NOHT"
;;
*) ibss_htmode="" ;;
esac