projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
433a8d3
)
mac80211: allow NOHT for IBSS mode
author
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 29 Mar 2012 12:24:43 +0000
(12:24 +0000)
committer
Jo-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
patch
|
blob
|
history
diff --git
a/package/mac80211/files/lib/wifi/mac80211.sh
b/package/mac80211/files/lib/wifi/mac80211.sh
index e4dda48eb3d9b0fe51fd839796c56d7b35214d10..1a4d7c196bdd3f12d39409c70bad3742a6e9a59a 100644
(file)
--- a/
package/mac80211/files/lib/wifi/mac80211.sh
+++ b/
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