From: Sujith <Sujith.Manoharan@atheros.com>
To: "Luis R. Rodriguez" <mcgrof@gmail.com>
Cc: "linville@tuxdriver.com" <linville@tuxdriver.com>,
"linux-wireless@vger.kernel.org" <linux-wireless@vger.kernel.org>,
Jouni Malinen <Jouni.Malinen@Atheros.com>,
Luis Rodriguez <Luis.Rodriguez@Atheros.com>
Subject: Re: [PATCH 4/8] ath9k: Enable TSF Out of Range Interrupt
Date: Thu, 12 Feb 2009 10:18:01 +0530 [thread overview]
Message-ID: <18835.43521.702609.790269@gargle.gargle.HOWL> (raw)
In-Reply-To: <43e72e890902112048r2569a008pe1b8a0ea1457cd4d@mail.gmail.com>
Luis R. Rodriguez wrote:
> 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?
Will post patches to handle this.
Sujith
prev parent reply other threads:[~2009-02-12 4:51 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
2009-02-12 4:48 ` Sujith [this message]
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=18835.43521.702609.790269@gargle.gargle.HOWL \
--to=sujith.manoharan@atheros.com \
--cc=Jouni.Malinen@Atheros.com \
--cc=Luis.Rodriguez@Atheros.com \
--cc=linux-wireless@vger.kernel.org \
--cc=linville@tuxdriver.com \
--cc=mcgrof@gmail.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