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

Commit 127119d5 authored by Zhu Yi's avatar Zhu Yi Committed by John W. Linville
Browse files

[PATCH] ipw2200: remove priv->last_noise reference



priv->last_noise is not used with the exponential averaging algorithm

Signed-off-by: default avatarZhu Yi <yi.zhu@intel.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 459d4087
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -7790,9 +7790,6 @@ static void ipw_handle_promiscuous_rx(struct ipw_priv *priv,
	if (filter & IPW_PROM_NO_RX)
		return;

	if (!noise)
		noise = priv->last_noise;

	/* We received data from the HW, so stop the watchdog */
	priv->prom_net_dev->trans_start = jiffies;