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 2eccad4205e1a9baf0f992a7c13af667d43fcacf..7ba6dd2608e6d12fcc1d51210f56bb3dfd1b2336 100644 (file)
@@ -262,6 +262,7 @@ if hwtype == "broadcom" then
        isolate.optional = true
 
        bssid:depends({mode="wds"})
+       bssid:depends({mode="adhoc"})
 end