From: Stanislaw Gruszka <sgruszka@redhat.com>
To: Daniel Golle <daniel@makrotopia.org>
Cc: Helmut Schaa <helmut.schaa@googlemail.com>,
linux-wireless@vger.kernel.org, Kalle Valo <kvalo@codeaurora.org>
Subject: Re: [PATCH v2] rt2x00: reverse external PA capability flag logic
Date: Mon, 10 Apr 2017 15:06:15 +0200 [thread overview]
Message-ID: <20170410130614.GA8462@redhat.com> (raw)
In-Reply-To: <20170410120822.GA1833@makrotopia.org>
On Mon, Apr 10, 2017 at 02:08:27PM +0200, Daniel Golle wrote:
> - rt2800_rfcsr_write(rt2x00dev, 51, (tx0_int_pa ? 0x7f : 0x52));
<snip>
> + rt2800_rfcsr_write(rt2x00dev, 51, (tx0_ext_pa ? 0x52 : 0x72));
Seems unintended value change from 0x7f to 0x72.
Stanislaw
next prev parent reply other threads:[~2017-04-10 13:06 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-10 1:44 [PATCH] rt2x00: invert external PA capability flag logic Daniel Golle
2017-04-10 2:29 ` kbuild test robot
2017-04-10 12:08 ` [PATCH v2] rt2x00: reverse " Daniel Golle
2017-04-10 13:06 ` Stanislaw Gruszka [this message]
2017-04-10 13:29 ` [PATCH v3] " Daniel Golle
2017-04-10 13:52 ` Stanislaw Gruszka
2017-04-13 14:12 ` [v3] " Kalle Valo
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=20170410130614.GA8462@redhat.com \
--to=sgruszka@redhat.com \
--cc=daniel@makrotopia.org \
--cc=helmut.schaa@googlemail.com \
--cc=kvalo@codeaurora.org \
--cc=linux-wireless@vger.kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.