disable radar detection by default until it is fixed
[openwrt.git] / package / madwifi / files / lib / wifi / madwifi.sh
index 5a25edd..400cb77 100755 (executable)
@@ -212,6 +212,9 @@ enable_atheros() {
                config_get_bool turbo "$vif" turbo
                [ -n "$turbo" ] && iwpriv "$ifname" turbo "$turbo"
 
+               config_get_bool doth "$vif" doth 0
+               [ -n "$doth" ] && iwpriv "$ifname" doth "$doth"
+
                config_get maclist "$vif" maclist
                [ -n "$maclist" ] && {
                        # flush MAC list
This page took 0.025821 seconds and 4 git commands to generate.