projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f0ed9d
)
enable wet for sta mode by default
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 2 Oct 2005 18:59:32 +0000
(18:59 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 2 Oct 2005 18:59:32 +0000
(18:59 +0000)
SVN-Revision: 2024
openwrt/package/wificonf/wificonf.c
patch
|
blob
|
history
diff --git
a/openwrt/package/wificonf/wificonf.c
b/openwrt/package/wificonf/wificonf.c
index 6bb26b13459dd1e79f4d5d5da2361c27d35ab6db..491479fdcb4cdac97b908d5a781c058df4bfaeaf 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");