mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 22:43:53 +01:00
fix duplicate "doth" interface option in madwifi
SVN-Revision: 12032
This commit is contained in:
parent
1081dbcb41
commit
fbc77ede0a
@ -193,9 +193,6 @@ enable_atheros() {
|
|||||||
config_get rts "$vif" rts
|
config_get rts "$vif" rts
|
||||||
[ -n "$rts" ] && iwconfig "$ifname" rts "${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
|
config_get_bool comp "$vif" compression
|
||||||
[ -n "$comp" ] && iwpriv "$ifname" compression "$comp"
|
[ -n "$comp" ] && iwpriv "$ifname" compression "$comp"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user