From a4d48454afe71f5178867b122f9c6a9c61098110 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 4 May 2006 00:22:23 +0000 Subject: brcm-2.4 system code and driver update SVN-Revision: 3727 --- openwrt/package/wificonf/wificonf.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'openwrt/package') diff --git a/openwrt/package/wificonf/wificonf.c b/openwrt/package/wificonf/wificonf.c index 068090c..b243cfa 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.1