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

(-)/lib/rcscripts/net.modules.d/iwconfig (+1 lines)
Lines 312-317 Link Here
312
312
313
	while true; do
313
	while true; do
314
		iwconfig_test_associated "${iface}" && return 0
314
		iwconfig_test_associated "${iface}" && return 0
315
		iwconfig "${iface}"
315
		sleep 1
316
		sleep 1
316
		[[ ${timeout} == "0" ]] && continue
317
		[[ ${timeout} == "0" ]] && continue
317
		(( i++ ))
318
		(( i++ ))

Return to bug 120822