modules/admin-full: also show bssid option in ad-hoc mode for broadcom cards 0.8.6
authorSteven Barth <steven@midlink.org>
Wed, 4 Feb 2009 19:20:23 +0000 (19:20 +0000)
committerSteven Barth <steven@midlink.org>
Wed, 4 Feb 2009 19:20:23 +0000 (19:20 +0000)
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