1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-01-26 22:11:05 +02:00

fix duplicate "doth" interface option in madwifi

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12032 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2008-07-31 02:25:43 +00:00
parent 4a91835511
commit b01bdf5236

View File

@ -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"