[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.LFD.2.03.1303182058450.6237@gmail.com>
Date: Mon, 18 Mar 2013 21:02:26 -0400 (EDT)
From: Parag Warudkar <parag.lkml@...il.com>
To: "Luis R. Rodriguez" <rodrigue@....qualcomm.com>
cc: "John W. Linville" <linville@...driver.com>,
Parag Warudkar <parag.lkml@...il.com>,
Jouni Malinen <jouni@....qualcomm.com>,
Vasanthakumar Thiagarajan <vthiagar@....qualcomm.com>,
linux-wireless@...r.kernel.org, ath9k-devel@...ema.h4ckr.net,
netdev@...r.kernel.org, LKML <linux-kernel@...r.kernel.org>,
senthilb@....qualcomm.com
Subject: Re: [PATCH] ath9k : Fix ieee80211 work while going to suspend
On Mon, 18 Mar 2013, Luis R. Rodriguez wrote:
>
> Note that what this will do is call later mod_timer() for
> rx_poll_timer, the right thing to do then, which would
> be equivalent to your patch is to modify the ath_start_rx_poll()
> to instead use the new API mod_timer_pending() added on v2.6.30
> via commit 74019224. This would not re-arm the timer if it was
> previously removed.
Thanks for the details Luis. Converting to mod_timer_pending() seems to do
the trick as well.
Parag
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists