fix duplicate "doth" interface option in madwifi
[openwrt/svn-archive/archive.git] / package / madwifi / files / lib / wifi / madwifi.sh
index fe1e582f5bc706bc7b8e77040de0d85e1dcf0f73..d2bbed3b2f5405e11c27f5a698bb18a2880ae99b 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"