diff --git a/package/mac80211/files/lib/wifi/mac80211.sh b/package/mac80211/files/lib/wifi/mac80211.sh index bc6cc1449a..7a3ed9a682 100644 --- a/package/mac80211/files/lib/wifi/mac80211.sh +++ b/package/mac80211/files/lib/wifi/mac80211.sh @@ -289,7 +289,7 @@ detect_mac80211() { devidx=0 config_load wireless while :; do - config_get type "wifi$devidx" type + config_get type "radio$devidx" type [ -n "$type" ] || break devidx=$(($devidx + 1)) done @@ -318,7 +318,7 @@ detect_mac80211() { iw phy "$dev" info | grep -q '2412 MHz' || { mode_band="a"; channel="36"; } cat <