Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0ece35b5 authored by Zhu Yi's avatar Zhu Yi Committed by James Ketrenos
Browse files

[Bug 701] Fix a misuse of ieee->mode with ieee->iw_mode.



Signed-off-by: default avatarZhu Yi <yi.zhu@intel.com>
parent caeff81b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8223,7 +8223,7 @@ static int ipw_sw_reset(struct ipw_priv *priv, int init)
	priv->power_mode = IPW_POWER_AC;
	priv->tx_power = IPW_TX_POWER_DEFAULT;

	return old_mode == priv->ieee->mode;
	return old_mode == priv->ieee->iw_mode;
}

/*