mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 11:09:57 +08:00
mac80211: allow NOHT for IBSS mode
SVN-Revision: 31137
This commit is contained in:
parent
433a8d39da
commit
e83f30306c
@ -497,7 +497,7 @@ enable_mac80211() {
|
||||
|
||||
config_get htmode "$device" htmode
|
||||
case "$htmode" in
|
||||
HT20|HT40+|HT40-) ;;
|
||||
HT20|HT40+|HT40-|NOHT) ;;
|
||||
*) htmode= ;;
|
||||
esac
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user