Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 113830
Collapse All | Expand All

(-)lib/rcscripts/net.modules.d/iwconfig (-1 / +1 lines)
Lines 832-838 Link Here
832
		[[ ${unique_ap} != no ]] && iwconfig_strip_associated ${iface}
832
		[[ ${unique_ap} != no ]] && iwconfig_strip_associated ${iface}
833
833
834
		iwconfig_connect_preferred ${iface} && return 0
834
		iwconfig_connect_preferred ${iface} && return 0
835
		[[ ${associate_order} == forcepreferred ]] && iwconfig_force_preferred ${iface} && return 0
835
		[[ ${associate_order} == forcepreferred || ${associate_order} == forceany ]] && iwconfig_force_preferred ${iface} && return 0
836
		[[ ${associate_order} == any || ${associate_order} == forceany ]] && iwconfig_connect_not_preferred ${iface} && return 0
836
		[[ ${associate_order} == any || ${associate_order} == forceany ]] && iwconfig_connect_not_preferred ${iface} && return 0
837
	fi
837
	fi
838
838

Return to bug 113830