projects
/
openwrt
/
staging
/
jogo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85a1127
)
fix multi-essid setting for broadcom-wl
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 16 Jan 2008 03:40:04 +0000
(
03:40
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 16 Jan 2008 03:40:04 +0000
(
03:40
+0000)
SVN-Revision: 10206
package/broadcom-wl/src/wlc/wlc.c
patch
|
blob
|
history
diff --git
a/package/broadcom-wl/src/wlc/wlc.c
b/package/broadcom-wl/src/wlc/wlc.c
index aa9a559f73daa346893fe8343665914f2bffa1a7..e0d016feba3ec1d746aae5951eca995d68462072 100644
(file)
--- a/
package/broadcom-wl/src/wlc/wlc.c
+++ b/
package/broadcom-wl/src/wlc/wlc.c
@@
-561,7
+561,7
@@
static const struct wlc_call wlc_calls[] = {
.name = "mssid",
.param = INT,
.handler = wlc_iovar,
- .data.str = "m
ssid
",
+ .data.str = "m
bss
",
.desc = "Multi-ssid mode"
},
{