On Thu, Aug 03, 2017 at 11:31:21AM -0400, Michael Skeffingfon wrote:
> @@ -136,10 +136,19 @@ void rt2800mmio_fill_rxdone(struct queue_entry *entry,
> */
> rxdesc->flags |= RX_FLAG_MMIC_STRIPPED;
>
> - if (rxdesc->cipher_status == RX_CRYPTO_SUCCESS)
> + if (rxdesc->cipher_status == RX_CRYPTO_SUCCESS) {
> rxdesc->flags |= RX_FLAG_DECRYPTED;
> - else if (rxdesc->cipher_status == RX_CRYPTO_FAIL_MIC)
> + } else if (rxdesc->cipher_status == RX_CRYPTO_FAIL_MIC) {
Not sure why this happened, but here and on some other places below,
tab was replaced by spaces resulting in wrong indent.
Stanislaw