提交 127119d5 编写于 作者: Z Zhu Yi 提交者: John W. Linville

[PATCH] ipw2200: remove priv->last_noise reference

priv->last_noise is not used with the exponential averaging algorithm
Signed-off-by: NZhu Yi <yi.zhu@intel.com>
Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
上级 459d4087
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册