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

Collapse All | Expand All

(-)iwconfig.sh.bak (-2 / +2 lines)
Lines 70-78 Link Here
70
	[ "${mode}" = "$(iwconfig_get_mode)" ] && return 0
70
	[ "${mode}" = "$(iwconfig_get_mode)" ] && return 0
71
71
72
	# Devicescape stack requires the interface to be down
72
	# Devicescape stack requires the interface to be down
73
	_down
73
	#_down (conflicts with RaLink rt2860 card)
74
	iwconfig "${IFACE}" mode "${mode}" || return 1
74
	iwconfig "${IFACE}" mode "${mode}" || return 1
75
	_up
75
	#_up
76
}
76
}
77
77
78
iwconfig_get_type()
78
iwconfig_get_type()

Return to bug 252001