提交 55135791 编写于 作者: Z Zhu Yi 提交者: James Ketrenos

[Bug 760] Fix setting WEP key in monitor mode causes IV lost.

Signed-off-by: NZhu Yi <yi.zhu@intel.com>
上级 7b99659f
......@@ -7907,7 +7907,7 @@ static void ipw_handle_data_packet(struct ipw_priv *priv,
IPW_DEBUG_RX("Rx packet of %d bytes.\n", rxb->skb->len);
/* HW decrypt will not clear the WEP bit, MIC, PN, etc. */
if (!priv->ieee->host_decrypt)
if (!priv->ieee->host_decrypt && priv->ieee->iw_mode != IW_MODE_MONITOR)
ipw_rebuild_decrypted_skb(priv, rxb->skb);
if (!ieee80211_rx(priv->ieee, rxb->skb, stats))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册