projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2128da
)
mac80211: remove mode_11n variable for hwmode - the option only selects the band now
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 3 May 2014 21:14:59 +0000
(21:14 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 3 May 2014 21:14:59 +0000
(21:14 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40693
package/kernel/mac80211/files/lib/wifi/mac80211.sh
patch
|
blob
|
history
diff --git
a/package/kernel/mac80211/files/lib/wifi/mac80211.sh
b/package/kernel/mac80211/files/lib/wifi/mac80211.sh
index 1f69b47193a35d743286b685599eb03ba0cdc7be..dc3c9037d7eab396e45ce92b4e94a5babc789560 100644
(file)
--- a/
package/kernel/mac80211/files/lib/wifi/mac80211.sh
+++ b/
package/kernel/mac80211/files/lib/wifi/mac80211.sh
@@
-66,7
+66,6
@@
detect_mac80211() {
config_foreach check_mac80211_device wifi-device
[ "$found" -gt 0 ] && continue
- mode_11n=""
mode_band="g"
channel="11"
htmode=""
@@
-95,7
+94,7
@@
detect_mac80211() {
config wifi-device radio$devidx
option type mac80211
option channel ${channel}
- option hwmode 11${mode_
11n}${mode_
band}
+ option hwmode 11${mode_band}
$dev_id
$ht_capab
# REMOVE THIS LINE TO ENABLE WIFI: