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
1 changed files with 3 additions and 0 deletions
|
@ -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…
Reference in a new issue