modules/admin-full: allow bssid for sta wds as well
This commit is contained in:
parent
743296d42c
commit
33bb31838d
1 changed files with 1 additions and 0 deletions
|
@ -374,6 +374,7 @@ if hwtype == "mac80211" then
|
|||
mode:value("monitor", translate("Monitor"))
|
||||
bssid:depends({mode="adhoc"})
|
||||
bssid:depends({mode="sta"})
|
||||
bssid:depends({mode="sta-wds"})
|
||||
|
||||
mp = s:taboption("macfilter", ListValue, "macfilter", translate("MAC-Address Filter"))
|
||||
mp:depends({mode="ap"})
|
||||
|
|
Loading…
Reference in a new issue