fix duplicate "doth" interface option in madwifi
authorFelix Fietkau <nbd@openwrt.org>
Thu, 31 Jul 2008 02:25:43 +0000 (02:25 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Thu, 31 Jul 2008 02:25:43 +0000 (02:25 +0000)
SVN-Revision: 12032

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"