mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 00:07:11 +02:00
[package] mac80211: allow NOHT for IBSS mode
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31137 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
7395b3c247
commit
0bc9af31a9
@ -497,7 +497,7 @@ enable_mac80211() {
|
||||
|
||||
config_get htmode "$device" htmode
|
||||
case "$htmode" in
|
||||
HT20|HT40+|HT40-) ;;
|
||||
HT20|HT40+|HT40-|NOHT) ;;
|
||||
*) htmode= ;;
|
||||
esac
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user