Search Linux Wireless

Re: [PATCH v2] rt2x00: Fix MMIC Countermeasures.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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



[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Wireless Personal Area Network]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite Hiking]     [MIPS Linux]     [ARM Linux]     [Linux RAID]

  Powered by Linux