These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / staging / rtl8188eu / core / rtw_security.c
index d870a5c..22839d5 100644 (file)
@@ -1330,7 +1330,7 @@ static int aes_decipher(u8 *key, uint     hdrlen,
                bitwise_xor(aes_out, &pframe[payload_index], chain_buffer);
 
                for (j = 0; j < 16; j++)
-                        pframe[payload_index++] = chain_buffer[j];
+                       pframe[payload_index++] = chain_buffer[j];
        }
 
        if (payload_remainder > 0) {    /* If there is a short final block, then pad it,*/