add missing symbol
[openwrt.git] / package / broadcom-wl / files / lib / wifi / broadcom.sh
index 75f8b08..c444ce8 100644 (file)
@@ -335,9 +335,9 @@ EOF
 
 
 detect_broadcom() {
-       local i=0
+       local i=-1
 
-       while [ -f /proc/net/wl$((i++)) ]; do
+       while [ -f /proc/net/wl$((++i)) ]; do
                config_get type wl${i} type
                [ "$type" = broadcom ] && continue
                cat <<EOF
This page took 0.021515 seconds and 4 git commands to generate.