On Wed, Feb 11, 2009 at 8:36 PM, Sujith <Sujith.Manoharan@xxxxxxxxxxx> 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@xxxxxxxxxxx> > --- 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? -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html