diff options
Diffstat (limited to 'drivers/net/wireless/rt2x00/rt73usb.c')
-rw-r--r-- | drivers/net/wireless/rt2x00/rt73usb.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/rt2x00/rt73usb.c b/drivers/net/wireless/rt2x00/rt73usb.c index 3c8b235bbdfb..d638a8a59370 100644 --- a/drivers/net/wireless/rt2x00/rt73usb.c +++ b/drivers/net/wireless/rt2x00/rt73usb.c | |||
@@ -1620,7 +1620,10 @@ static void rt73usb_fill_rxdone(struct queue_entry *entry, | |||
1620 | if (rxdesc->cipher != CIPHER_NONE) { | 1620 | if (rxdesc->cipher != CIPHER_NONE) { |
1621 | _rt2x00_desc_read(rxd, 2, &rxdesc->iv[0]); | 1621 | _rt2x00_desc_read(rxd, 2, &rxdesc->iv[0]); |
1622 | _rt2x00_desc_read(rxd, 3, &rxdesc->iv[1]); | 1622 | _rt2x00_desc_read(rxd, 3, &rxdesc->iv[1]); |
1623 | rxdesc->dev_flags |= RXDONE_CRYPTO_IV; | ||
1624 | |||
1623 | _rt2x00_desc_read(rxd, 4, &rxdesc->icv); | 1625 | _rt2x00_desc_read(rxd, 4, &rxdesc->icv); |
1626 | rxdesc->dev_flags |= RXDONE_CRYPTO_ICV; | ||
1624 | 1627 | ||
1625 | /* | 1628 | /* |
1626 | * Hardware has stripped IV/EIV data from 802.11 frame during | 1629 | * Hardware has stripped IV/EIV data from 802.11 frame during |