[Bug 760] Fix setting WEP key in monitor mode causes IV lost.
Signed-off-by: Zhu Yi <yi.zhu@intel.com>
This commit is contained in:
parent
7b99659f97
commit
5513579181
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue