From: Mohammed Shafi Shajakhan <mohammed@qca.qualcomm.com>
To: "Manoharan, Rajkumar" <rmanohar@qca.qualcomm.com>
Cc: "John W. Linville" <linville@tuxdriver.com>,
"linux-wireless@vger.kernel.org" <linux-wireless@vger.kernel.org>,
"Rodriguez, Luis" <rodrigue@qca.qualcomm.com>,
"ath9k-devel@lists.ath9k.org" <ath9k-devel@lists.ath9k.org>
Subject: Re: [RFC 1/3] ath9k: Fix BTCOEX timer triggering comparision
Date: Mon, 27 Aug 2012 15:00:07 +0530 [thread overview]
Message-ID: <503B3E1F.1010804@qca.qualcomm.com> (raw)
In-Reply-To: <8F3AF1C9F856774F8C8D67AA7EDFEC8801EEB120@aphydexd01b>
Hi Raj,
On Friday 24 August 2012 10:28 PM, Manoharan, Rajkumar wrote:
> On Fri, Aug 24, 2012 at 07:47:29PM +0530, Mohammed Shafi Shajakhan wrote:
>> From: Mohammed Shafi Shajakhan <mohammed@qca.qualcomm.com>
>>
>> Its safer to convert btcoex_period to 'us' while
>> comparing with btcoex_no_stomp which is in 'us'.
>> Did not find any functionality issues being fixed,
>> as the generic hardware timer triggers are usually
>> refreshed with the newer duty cycle.
>>
> In which way it is safer? What does the patch fix? It was intentionally
> converted to msec by "ath9k: keep btcoex period in milliseconds".
we got btcoex_period is in 'us' while 'btcoex_no_stomp' in 'ms'
when we are going to compare , both of them had to been in same time
units. Rather then mentioning it as 'safer' the commit log should say
its 'more correct' :-) previously the comparison happened with same
timeunits(ms).
I could not find any functionality issue being fixed,
but i saw the difference, when putting debug prints for
btcoex->btcoex_period, btcoex->btcoex_no_stomp), there was so
much difference. Yet the check itself
if (btcoex->btcoex_period != btcoex->btcoex_no_stomp)
seems to be true for almost all the cases. So fine with changing the
commit log ?
thanks a lot for the review!
--
thanks,
shafi
next prev parent reply other threads:[~2012-08-27 9:30 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-24 14:17 [RFC 1/3] ath9k: Fix BTCOEX timer triggering comparision Mohammed Shafi Shajakhan
2012-08-24 14:17 ` [RFC 2/3] ath9k_htc: Add a modparam to enable BTCOEX rather than default Mohammed Shafi Shajakhan
2012-08-24 14:17 ` [RFC 3/3] ath9k_htc: Cancel BTCOEX related work before disabling BTCOEX Mohammed Shafi Shajakhan
[not found] ` <20120825153919.GA23173@kamboji.qca.qualcomm.com>
2012-08-24 16:58 ` [RFC 1/3] ath9k: Fix BTCOEX timer triggering comparision Manoharan, Rajkumar
2012-08-27 9:30 ` Mohammed Shafi Shajakhan [this message]
2012-08-27 10:53 ` Rajkumar Manoharan
2012-08-27 12:38 ` Mohammed Shafi Shajakhan
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=503B3E1F.1010804@qca.qualcomm.com \
--to=mohammed@qca.qualcomm.com \
--cc=ath9k-devel@lists.ath9k.org \
--cc=linux-wireless@vger.kernel.org \
--cc=linville@tuxdriver.com \
--cc=rmanohar@qca.qualcomm.com \
--cc=rodrigue@qca.qualcomm.com \
/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.