mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-25 10:52:48 +00: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:
parent
1369876a92
commit
713f698bd4
@ -526,6 +526,9 @@ mac80211_setup_adhoc_htmode() {
|
|||||||
VHT80)
|
VHT80)
|
||||||
ibss_htmode="80Mhz"
|
ibss_htmode="80Mhz"
|
||||||
;;
|
;;
|
||||||
|
NONE|NOHT)
|
||||||
|
ibss_htmode="NOHT"
|
||||||
|
;;
|
||||||
*) ibss_htmode="" ;;
|
*) ibss_htmode="" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user