Skip to content

Commit

Permalink
[PATCH] ipw2200: remove priv->last_noise reference
Browse files Browse the repository at this point in the history
priv->last_noise is not used with the exponential averaging algorithm

Signed-off-by: Zhu Yi <yi.zhu@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Zhu Yi authored and John W. Linville committed Apr 24, 2006
1 parent 459d408 commit 127119d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/net/wireless/ipw2200.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 127119d

Please sign in to comment.