madwifi: add patch for doing ad-hoc and master mode at the same (including beacon...
[openwrt.git] / package / madwifi / files / lib / wifi / madwifi.sh
index 51dedfa..5d4adc5 100755 (executable)
@@ -35,6 +35,7 @@ scan_atheros() {
        case "${adhoc:+1}:${sta:+1}:${ap+1}" in
                # valid mode combinations
                1::) wds="";;
+               1::1);;
                :1:1)config_set "$device" nosbeacon 1;; # AP+STA, can't use beacon timers for STA
                :1:);;
                ::1);;
This page took 0.022521 seconds and 4 git commands to generate.