fix duplicate "doth" interface option in madwifi
[openwrt.git] / package / madwifi / files / lib / wifi / madwifi.sh
index fe1e582..d2bbed3 100755 (executable)
@@ -193,9 +193,6 @@ enable_atheros() {
                config_get rts "$vif" rts
                [ -n "$rts" ] && iwconfig "$ifname" rts "${rts%%.*}"
 
-               config_get_bool doth "$vif" 80211h
-               [ -n "$doth" ] && iwpriv "$ifname" doth "$doth"
-
                config_get_bool comp "$vif" compression
                [ -n "$comp" ] && iwpriv "$ifname" compression "$comp"
 
This page took 0.028547 seconds and 4 git commands to generate.