diff options
Diffstat (limited to 'drivers/net/wireless/rt2x00/rt2x00dev.c')
-rw-r--r-- | drivers/net/wireless/rt2x00/rt2x00dev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/rt2x00/rt2x00dev.c b/drivers/net/wireless/rt2x00/rt2x00dev.c index 265e66dba552..5e1d5167fff4 100644 --- a/drivers/net/wireless/rt2x00/rt2x00dev.c +++ b/drivers/net/wireless/rt2x00/rt2x00dev.c | |||
@@ -397,7 +397,7 @@ void rt2x00lib_rxdone(struct rt2x00_dev *rt2x00dev, | |||
397 | /* | 397 | /* |
398 | * Hardware might have stripped the IV/EIV/ICV data, | 398 | * Hardware might have stripped the IV/EIV/ICV data, |
399 | * in that case it is possible that the data was | 399 | * in that case it is possible that the data was |
400 | * provided seperately (through hardware descriptor) | 400 | * provided separately (through hardware descriptor) |
401 | * in which case we should reinsert the data into the frame. | 401 | * in which case we should reinsert the data into the frame. |
402 | */ | 402 | */ |
403 | if ((rxdesc.dev_flags & RXDONE_CRYPTO_IV) && | 403 | if ((rxdesc.dev_flags & RXDONE_CRYPTO_IV) && |