From d29145d1368d159ad1065f83824f8490dd3d16d8 Mon Sep 17 00:00:00 2001 From: nbd Date: Thu, 4 May 2006 00:22:23 +0000 Subject: brcm-2.4 system code and driver update git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3727 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/package/wificonf/wificonf.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'openwrt/package/wificonf') 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) -- cgit v1.2.3