projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f248531
)
enable wet for sta mode by default
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 2 Oct 2005 18:59:48 +0000
(18:59 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 2 Oct 2005 18:59:48 +0000
(18:59 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2025
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
openwrt/package/wificonf/wificonf.c
patch
|
blob
|
history
diff --git
a/openwrt/package/wificonf/wificonf.c
b/openwrt/package/wificonf/wificonf.c
index
6bb26b1
..
491479f
100644
(file)
--- a/
openwrt/package/wificonf/wificonf.c
+++ b/
openwrt/package/wificonf/wificonf.c
@@
-430,7
+430,7
@@
void set_wext_mode(skfd, ifname)
/* Set operation mode */
ap = !nvram_match(wl_var("mode"), "sta") && !nvram_match(wl_var("mode"), "wet");
infra = !nvram_disabled(wl_var("infra"));
- wet =
nvram_match(wl_var("mode"), "wet"
);
+ wet =
!ap && !nvram_disabled(wl_var("wet")
);
wrq.u.mode = (!infra ? IW_MODE_ADHOC : (ap ? IW_MODE_MASTER : (wet ? IW_MODE_REPEAT : IW_MODE_INFRA)));
IW_SET_EXT_ERR(skfd, ifname, SIOCSIWMODE, &wrq, "Set Mode");