mac80211: allow NOHT for IBSS mode
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 29 Mar 2012 12:24:43 +0000 (12:24 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 29 Mar 2012 12:24:43 +0000 (12:24 +0000)
SVN-Revision: 31137

package/mac80211/files/lib/wifi/mac80211.sh

index e4dda48eb3d9b0fe51fd839796c56d7b35214d10..1a4d7c196bdd3f12d39409c70bad3742a6e9a59a 100644 (file)
@@ -497,7 +497,7 @@ enable_mac80211() {
 
                                config_get htmode "$device" htmode
                                case "$htmode" in
 
                                config_get htmode "$device" htmode
                                case "$htmode" in
-                                       HT20|HT40+|HT40-) ;;
+                                       HT20|HT40+|HT40-|NOHT) ;;
                                        *) htmode= ;;
                                esac
 
                                        *) htmode= ;;
                                esac