From: "Luis R. Rodriguez" <rodrigue@qca.qualcomm.com>
To: Stanislaw Gruszka <sgruszka@redhat.com>
Cc: "John W. Linville" <linville@tuxdriver.com>,
Parag Warudkar <parag.lkml@gmail.com>,
Jouni Malinen <jouni@qca.qualcomm.com>,
Vasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com>,
<linux-wireless@vger.kernel.org>, <ath9k-devel@venema.h4ckr.net>,
<netdev@vger.kernel.org>, LKML <linux-kernel@vger.kernel.org>,
<senthilb@qca.qualcomm.com>
Subject: Re: [PATCH] ath9k : Fix ieee80211 work while going to suspend
Date: Fri, 22 Mar 2013 08:08:47 -0700 [thread overview]
Message-ID: <20130322150847.GH32416@pogo> (raw)
In-Reply-To: <20130322091342.GB1496@redhat.com>
On Fri, Mar 22, 2013 at 10:13:42AM +0100, Stanislaw Gruszka wrote:
> On Thu, Mar 21, 2013 at 12:33:31PM -0700, Luis R. Rodriguez wrote:
> > OK how about this for stable for now:
> >
> > diff --git a/drivers/net/wireless/ath/ath9k/link.c b/drivers/net/wireless/ath/ath9k/link.c
> > index 39c84ec..7fdac6c 100644
> > --- a/drivers/net/wireless/ath/ath9k/link.c
> > +++ b/drivers/net/wireless/ath/ath9k/link.c
> > @@ -170,7 +170,8 @@ void ath_rx_poll(unsigned long data)
> > {
> > struct ath_softc *sc = (struct ath_softc *)data;
> >
> > - ieee80211_queue_work(sc->hw, &sc->hw_check_work);
> > + if (!test_bit(SC_OP_INVALID, &sc->sc_flags))
> > + ieee80211_queue_work(sc->hw, &sc->hw_check_work);
> > }
>
> That looks ok for me as -stable fix
>
> Reviewed-by: Stanislaw Gruszka <sgruszka@redhat.com>
Parag, can you test the above to ensure it fixes your issue ?
Luis
next prev parent reply other threads:[~2013-03-22 15:08 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-16 16:38 [PATCH] ath9k : Fix ieee80211 work while going to suspend Parag Warudkar
2013-03-18 19:13 ` John W. Linville
2013-03-18 21:03 ` Luis R. Rodriguez
2013-03-19 1:02 ` Parag Warudkar
2013-03-21 11:42 ` Stanislaw Gruszka
2013-03-21 19:33 ` Luis R. Rodriguez
2013-03-22 9:13 ` Stanislaw Gruszka
2013-03-22 15:08 ` Luis R. Rodriguez [this message]
2013-03-24 16:16 ` Parag Warudkar
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=20130322150847.GH32416@pogo \
--to=rodrigue@qca.qualcomm.com \
--cc=ath9k-devel@venema.h4ckr.net \
--cc=jouni@qca.qualcomm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-wireless@vger.kernel.org \
--cc=linville@tuxdriver.com \
--cc=netdev@vger.kernel.org \
--cc=parag.lkml@gmail.com \
--cc=senthilb@qca.qualcomm.com \
--cc=sgruszka@redhat.com \
--cc=vthiagar@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).