Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 13578
b: refs/heads/master
c: 5513579
h: refs/heads/master
v: v3
  • Loading branch information
Zhu Yi authored and James Ketrenos committed Nov 7, 2005
1 parent 816eaa9 commit e76f0b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7b99659f97ca20e5f1ea56253a9449d278d825d5
refs/heads/master: 55135791819270a412dfb99f66301f02c72edadf
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/ipw2200.c
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit e76f0b2

Please sign in to comment.