From: "Luis R. Rodriguez" <mcgrof@gmail.com>
To: Sujith <Sujith.Manoharan@atheros.com>
Cc: linville@tuxdriver.com, linux-wireless@vger.kernel.org,
Jouni.Malinen@atheros.com, Luis.Rodriguez@atheros.com
Subject: Re: [PATCH 4/8] ath9k: Enable TSF Out of Range Interrupt
Date: Wed, 11 Feb 2009 20:48:50 -0800 [thread overview]
Message-ID: <43e72e890902112048r2569a008pe1b8a0ea1457cd4d@mail.gmail.com> (raw)
In-Reply-To: <18835.42847.358511.204936@gargle.gargle.HOWL>
On Wed, Feb 11, 2009 at 8:36 PM, Sujith <Sujith.Manoharan@atheros.com> wrote:
> This patch lays the groundwork for handling TSF Out of Range
> interrupt, which will be used for power save later on.
>
> Signed-off-by: Sujith <Sujith.Manoharan@atheros.com>
> --- a/drivers/net/wireless/ath9k/main.c
> +++ b/drivers/net/wireless/ath9k/main.c
> @@ -574,6 +574,10 @@ irqreturn_t ath_isr(int irq, void *dev)
> sc->sc_flags |= SC_OP_WAIT_FOR_BEACON;
> }
> }
> + if (status & ATH9K_INT_TSFOOR) {
> + /* FIXME: Handle this interrupt for power save */
> + sched = true;
> + }
Since this is not handled yet is there a need to sched then?
next prev parent reply other threads:[~2009-02-12 4:48 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-12 4:36 [PATCH 4/8] ath9k: Enable TSF Out of Range Interrupt Sujith
2009-02-12 4:48 ` Luis R. Rodriguez [this message]
2009-02-12 4:48 ` Sujith
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=43e72e890902112048r2569a008pe1b8a0ea1457cd4d@mail.gmail.com \
--to=mcgrof@gmail.com \
--cc=Jouni.Malinen@atheros.com \
--cc=Luis.Rodriguez@atheros.com \
--cc=Sujith.Manoharan@atheros.com \
--cc=linux-wireless@vger.kernel.org \
--cc=linville@tuxdriver.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox