mirror of
https://github.com/openwrt/openwrt.git
synced 2025-04-13 22:23:38 +00: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