mac80211: allow NOHT for IBSS mode

SVN-Revision: 31137
owl
Jo-Philipp Wich 2012-03-29 12:24:43 +00:00
parent 433a8d39da
commit e83f30306c
1 changed files with 1 additions and 1 deletions

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