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

remotes/tags/0.8.6 0.8.6
Steven Barth 2009-02-04 19:20:23 +00:00
parent 66ee1a8c92
commit 1058b052e0
1 changed files with 1 additions and 0 deletions

View File

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