From c2b99acba4ab074f728d3d6f68875710ac5afb65 Mon Sep 17 00:00:00 2001 From: nbd Date: Tue, 6 May 2014 15:43:08 +0000 Subject: [PATCH] mac80211: reset ht_capab for each device ... or else "option htmode" is added multiple times to the second and following device sections. Signed-off-by: Reiner Herrmann git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40711 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/kernel/mac80211/files/lib/wifi/mac80211.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/package/kernel/mac80211/files/lib/wifi/mac80211.sh b/package/kernel/mac80211/files/lib/wifi/mac80211.sh index dc3c9037d7..5d3adb1511 100644 --- a/package/kernel/mac80211/files/lib/wifi/mac80211.sh +++ b/package/kernel/mac80211/files/lib/wifi/mac80211.sh @@ -69,6 +69,7 @@ detect_mac80211() { mode_band="g" channel="11" htmode="" + ht_capab="" iw phy "$dev" info | grep -q 'Capabilities:' && htmode=HT20 iw phy "$dev" info | grep -q '2412 MHz' || { mode_band="a"; channel="36"; } -- 2.11.0