mirror of
https://github.com/openwrt/openwrt.git
synced 2025-03-25 13:28:08 +00:00
enable wet for sta mode by default
SVN-Revision: 2025
This commit is contained in:
parent
01f4a11a91
commit
926728c2e7
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user