~ubuntu-branches/ubuntu/quantal/linux-lowlatency/quantal-proposed

« back to all changes in this revision

Viewing changes to net/mac80211/wpa.c

  • Committer: Package Import Robot
  • Author(s): Alessio Igor Bogani
  • Date: 2011-10-26 11:13:05 UTC
  • Revision ID: package-import@ubuntu.com-20111026111305-04kado7d1u2er2rl
Tags: 3.2.0-16.25
Add new lowlatency kernel flavour

Show diffs side-by-side

added added

removed removed

Lines of Context:
106
106
                if (status->flag & RX_FLAG_MMIC_ERROR)
107
107
                        goto mic_fail;
108
108
 
109
 
                if (!(status->flag & RX_FLAG_IV_STRIPPED))
 
109
                if (!(status->flag & RX_FLAG_IV_STRIPPED) && rx->key)
110
110
                        goto update_iv;
111
111
 
112
112
                return RX_CONTINUE;