1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-01 08:31:19 +02:00

fix multi-essid setting for broadcom-wl

SVN-Revision: 10206
This commit is contained in:
Felix Fietkau 2008-01-16 03:40:04 +00:00
parent 85a1127f2d
commit bb57348b94

@ -561,7 +561,7 @@ static const struct wlc_call wlc_calls[] = {
.name = "mssid",
.param = INT,
.handler = wlc_iovar,
.data.str = "mssid",
.data.str = "mbss",
.desc = "Multi-ssid mode"
},
{