modules/admin-full: bssid is valid in mac80211 sta mode too

This commit is contained in:
Jo-Philipp Wich 2011-11-15 15:44:01 +00:00
parent a2526d91ab
commit 743296d42c

View file

@ -373,6 +373,7 @@ if hwtype == "mac80211" then
mode:value("ahdemo", translate("Pseudo Ad-Hoc (ahdemo)"))
mode:value("monitor", translate("Monitor"))
bssid:depends({mode="adhoc"})
bssid:depends({mode="sta"})
mp = s:taboption("macfilter", ListValue, "macfilter", translate("MAC-Address Filter"))
mp:depends({mode="ap"})