projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add missing libpng dependency
[openwrt.git]
/
openwrt
/
package
/
wificonf
/
wificonf.c
diff --git
a/openwrt/package/wificonf/wificonf.c
b/openwrt/package/wificonf/wificonf.c
index
068090c
..
b243cfa
100644
(file)
--- 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.
13
0"))
- return
1
;
+ if (strstr(buf, "3.
9
0"))
+ return
0
;
- return
0
;
+ return
1
;
}
static int bcom_get_wsec(int vif)
This page took
0.02245 seconds
and
4
git commands to generate.