Browse Source

mac80211: allow NOHT for IBSS mode

SVN-Revision: 31137
Jo-Philipp Wich 13 years ago
parent
commit
e83f30306c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/mac80211/files/lib/wifi/mac80211.sh

+ 1 - 1
package/mac80211/files/lib/wifi/mac80211.sh

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