brcm-2.4 system code and driver update
[openwrt/svn-archive/archive.git] / openwrt / package / wificonf / wificonf.c
index 068090cc96419c2379bdbb36cddc5da0ca7338c2..b243cfa5770260e7faca755081bbd80b24835582 100644 (file)
@@ -281,10 +281,10 @@ static int is_new_bcom(int skfd, char *ifname)
        bzero(buf, 8192);
        bcom_ioctl(skfd, ifname, WLC_DUMP, buf, 8192);
 
-       if (strstr(buf, "3.130"))
-               return 1;
+       if (strstr(buf, "3.90"))
+               return 0;
 
-       return 0;
+       return 1;
 }
 
 static int bcom_get_wsec(int vif)