Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 110763 | Differences between
and this patch

Collapse All | Expand All

(-)iwconfig.orig (+6 lines)
Lines 425-430 Link Here
425
	eval x=\"\$\{sleep_scan_${ifvar}\}\"
425
	eval x=\"\$\{sleep_scan_${ifvar}\}\"
426
	[[ -n ${x} ]] && sleep ${x}
426
	[[ -n ${x} ]] && sleep ${x}
427
427
428
	ifconfig "${iface}"
429
	iwlist "${iface}" scan
430
	ifconfig "${iface}" up
431
	ifconfig "${iface}"
432
	iwlist "${iface}" scan
433
428
	local scan=$( iwlist ${iface} scanning 2>/dev/null )
434
	local scan=$( iwlist ${iface} scanning 2>/dev/null )
429
435
430
	# We may need to unset the previous private driver ioctls
436
	# We may need to unset the previous private driver ioctls

Return to bug 110763