aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00/rt2x00queue.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/rt2x00/rt2x00queue.c')
-rw-r--r--drivers/net/wireless/rt2x00/rt2x00queue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/rt2x00/rt2x00queue.c b/drivers/net/wireless/rt2x00/rt2x00queue.c
index 9915a09141ef..38ffca9b0fe7 100644
--- a/drivers/net/wireless/rt2x00/rt2x00queue.c
+++ b/drivers/net/wireless/rt2x00/rt2x00queue.c
@@ -502,7 +502,7 @@ int rt2x00queue_write_tx_frame(struct data_queue *queue, struct sk_buff *skb,
502 /* 502 /*
503 * When hardware encryption is supported, and this frame 503 * When hardware encryption is supported, and this frame
504 * is to be encrypted, we should strip the IV/EIV data from 504 * is to be encrypted, we should strip the IV/EIV data from
505 * the frame so we can provide it to the driver seperately. 505 * the frame so we can provide it to the driver separately.
506 */ 506 */
507 if (test_bit(ENTRY_TXD_ENCRYPT, &txdesc.flags) && 507 if (test_bit(ENTRY_TXD_ENCRYPT, &txdesc.flags) &&
508 !test_bit(ENTRY_TXD_ENCRYPT_IV, &txdesc.flags)) { 508 !test_bit(ENTRY_TXD_ENCRYPT_IV, &txdesc.flags)) {