From: Alex Hacker <hacker@epn.ru>
To: Sujith Manoharan <sujith@msujith.org>
Cc: John Linville <linville@tuxdriver.com>,
ath9k-devel@venema.h4ckr.net, linux-wireless@vger.kernel.org
Subject: Re: [ath9k-devel] [PATCH] ath9k: Fix IQ calibration
Date: Mon, 20 Jan 2014 12:02:04 +0600 [thread overview]
Message-ID: <20140120060204.GB5929@infinet.ru> (raw)
In-Reply-To: <1389686117-9014-1-git-send-email-sujith@msujith.org>
Hello,
On Tue, Jan 14, 2014 at 01:25:17PM +0530, Sujith Manoharan wrote:
> + if (i2_p_q2_a0_d1 > 0x1000)
> + i2_p_q2_a0_d1 = -((0x1fff - i2_p_q2_a0_d1) + 1);
While the 'i2_p_q2_a0_d1 = (iq_res[2] & 0xfff)' the condition
'i2_p_q2_a0_d1 > 0x1000' is always false.
Regards,
Alex.
next prev parent reply other threads:[~2014-01-20 6:02 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-14 7:55 [PATCH] ath9k: Fix IQ calibration Sujith Manoharan
2014-01-20 6:02 ` Alex Hacker [this message]
2014-01-20 6:44 ` [ath9k-devel] " Sujith Manoharan
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=20140120060204.GB5929@infinet.ru \
--to=hacker@epn.ru \
--cc=ath9k-devel@venema.h4ckr.net \
--cc=linux-wireless@vger.kernel.org \
--cc=linville@tuxdriver.com \
--cc=sujith@msujith.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 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).