mirror of https://github.com/hak5/openwrt.git
mac80211: fix disabling HT in IBSS mode (#21340)
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 47813lede-17.01
parent
1369876a92
commit
713f698bd4
|
@ -526,6 +526,9 @@ mac80211_setup_adhoc_htmode() {
|
|||
VHT80)
|
||||
ibss_htmode="80Mhz"
|
||||
;;
|
||||
NONE|NOHT)
|
||||
ibss_htmode="NOHT"
|
||||
;;
|
||||
*) ibss_htmode="" ;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Reference in New Issue