All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alex Hacker <hacker@epn.ru>
To: ath9k-devel@lists.ath9k.org
Subject: [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.

WARNING: multiple messages have this Message-ID (diff)
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.

  reply	other threads:[~2014-01-20  6:02 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-14  7:55 [ath9k-devel] [PATCH] ath9k: Fix IQ calibration Sujith Manoharan
2014-01-14  7:55 ` Sujith Manoharan
2014-01-20  6:02 ` Alex Hacker [this message]
2014-01-20  6:02   ` [ath9k-devel] " Alex Hacker
2014-01-20  6:44   ` Sujith Manoharan
2014-01-20  6:44     ` 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@lists.ath9k.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.