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

(-)iwconfig (-1 / +1 lines)
Lines 879-885 Link Here
879
	# Setup IFS incase parent script has modified it
879
	# Setup IFS incase parent script has modified it
880
	local IFS=$' '$'\n'$'\t'
880
	local IFS=$' '$'\n'$'\t'
881
881
882
	iwconfig_configure ${iface} && return 0
882
	iwconfig_configure ${iface} && iwconfig_user_config ${iface} && return 0
883
883
884
	eerror "Failed to configure wireless for ${iface}"
884
	eerror "Failed to configure wireless for ${iface}"
885
	iwconfig_defaults ${iface}
885
	iwconfig_defaults ${iface}

Return to bug 96080