Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 284328
b: refs/heads/master
c: 1140afa
h: refs/heads/master
v: v3
  • Loading branch information
Stanislaw Gruszka authored and John W. Linville committed Jan 11, 2012
1 parent 2af40a7 commit fd7cee9
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: bdd3ae3d1e749cf6597f035a5357f297a1af8eb3
refs/heads/master: 1140afa862842ac3e56678693050760edc4ecde9
2 changes: 1 addition & 1 deletion trunk/net/mac80211/wpa.c
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ ieee80211_rx_h_michael_mic_verify(struct ieee80211_rx_data *rx)
if (status->flag & RX_FLAG_MMIC_ERROR)
goto mic_fail;

if (!(status->flag & RX_FLAG_IV_STRIPPED))
if (!(status->flag & RX_FLAG_IV_STRIPPED) && rx->key)
goto update_iv;

return RX_CONTINUE;
Expand Down

0 comments on commit fd7cee9

Please sign in to comment.