modules/admin-full: also show bssid option in ad-hoc mode for broadcom cards

This commit is contained in:
Jo-Philipp Wich 2009-02-02 14:39:56 +00:00
parent 08bcf69aac
commit 2b1e0d20ab

View file

@ -262,6 +262,7 @@ if hwtype == "broadcom" then
isolate.optional = true
bssid:depends({mode="wds"})
bssid:depends({mode="adhoc"})
end