mirror of
https://github.com/LiBwrt-op/openwrt-6.x.git
synced 2026-01-05 18:55:00 +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)
|
||||
ibss_htmode="80Mhz"
|
||||
;;
|
||||
NONE|NOHT)
|
||||
ibss_htmode="NOHT"
|
||||
;;
|
||||
*) ibss_htmode="" ;;
|
||||
esac
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user