From: Stanislaw Gruszka <sgruszka@redhat.com>
To: Michael Skeffingfon <mike@astro.ai>
Cc: Kalle Valo <kvalo@codeaurora.org>,
Johannes Berg <johannes@sipsolutions.net>,
linux-wireless@vger.kernel.org
Subject: Re: [PATCH v2] rt2x00: Fix MMIC Countermeasures.
Date: Mon, 7 Aug 2017 08:31:27 +0200 [thread overview]
Message-ID: <20170807063127.GA2823@redhat.com> (raw)
In-Reply-To: <20170803153121.9046-1-mike@astro.ai>
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
next prev parent reply other threads:[~2017-08-07 6:32 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-03 15:31 [PATCH v2] rt2x00: Fix MMIC Countermeasures Michael Skeffingfon
2017-08-04 6:23 ` Kalle Valo
2017-08-07 6:31 ` Stanislaw Gruszka [this message]
2017-08-07 16:57 ` Michael Skeffington
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170807063127.GA2823@redhat.com \
--to=sgruszka@redhat.com \
--cc=johannes@sipsolutions.net \
--cc=kvalo@codeaurora.org \
--cc=linux-wireless@vger.kernel.org \
--cc=mike@astro.ai \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).