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

(-)origin/iwl3945-base.c (+5 lines)
Lines 2908-2913 Link Here
2908
2908
2909
	hw = iwl3945_get_hw_mode(priv, priv->phymode);
2909
	hw = iwl3945_get_hw_mode(priv, priv->phymode);
2910
2910
2911
	if (!hw) {
2912
		printk(KERN_CRIT DRV_NAME " Failed to set rate: Unable to get hw mode");
2913
		return;
2914
	}
2915
2911
	priv->active_rate = 0;
2916
	priv->active_rate = 0;
2912
	priv->active_rate_basic = 0;
2917
	priv->active_rate_basic = 0;
2913
2918
(-)origin/iwl4965-base.c (+5 lines)
Lines 3002-3007 Link Here
3002
3002
3003
	hw = iwl4965_get_hw_mode(priv, priv->phymode);
3003
	hw = iwl4965_get_hw_mode(priv, priv->phymode);
3004
3004
3005
	if (!hw) {
3006
		printk(KERN_CRIT DRV_NAME " Failed to set rate: Unable to get hw mode");
3007
		return;
3008
	}
3009
3005
	priv->active_rate = 0;
3010
	priv->active_rate = 0;
3006
	priv->active_rate_basic = 0;
3011
	priv->active_rate_basic = 0;
3007
3012

Return to bug 199209