1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 21:38:54 +03: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:
jow 2012-03-29 12:24:43 +00:00
parent 7395b3c247
commit 0bc9af31a9

View File

@ -497,7 +497,7 @@ enable_mac80211() {
config_get htmode "$device" htmode
case "$htmode" in
HT20|HT40+|HT40-) ;;
HT20|HT40+|HT40-|NOHT) ;;
*) htmode= ;;
esac