X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/91ab93d31346fe42e34786775a90bd15d17de997..d29145d1368d159ad1065f83824f8490dd3d16d8:/openwrt/package/wificonf/wificonf.c diff --git a/openwrt/package/wificonf/wificonf.c b/openwrt/package/wificonf/wificonf.c index 068090cc9..b243cfa57 100644 --- a/openwrt/package/wificonf/wificonf.c +++ b/openwrt/package/wificonf/wificonf.c @@ -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)