modules/admin-full: also show bssid option in ad-hoc mode for broadcom cards
[project/luci.git] / modules / admin-full / luasrc / model / cbi / admin_network / wifi.lua
index 2eccad4..7ba6dd2 100644 (file)
@@ -262,6 +262,7 @@ if hwtype == "broadcom" then
        isolate.optional = true
 
        bssid:depends({mode="wds"})
+       bssid:depends({mode="adhoc"})
 end