From: Greg KH <greg@kroah.com>
To: ath9k-devel@lists.ath9k.org
Subject: [ath9k-devel] [stable] 2.6.2{7, 8} with compat-wireless-2008-12-3{0, 1) drops link every 2-3 minutes
Date: Thu, 15 Jan 2009 13:02:16 -0800 [thread overview]
Message-ID: <20090115210216.GA22843@kroah.com> (raw)
In-Reply-To: <20090115202550.GB29609@tesla>
On Thu, Jan 15, 2009 at 12:25:50PM -0800, Luis R. Rodriguez wrote:
> On Thu, Jan 15, 2009 at 10:37:03AM -0800, Greg KH wrote:
> > On Mon, Jan 05, 2009 at 09:04:32AM -0800, Luis R. Rodriguez wrote:
> > > On Wed, Dec 31, 2008 at 11:52:32PM -0800, Joseph Cheek wrote:
> > > > Hi all,
> > > >
> > > > Happy New Year! It's about 2:30 AM here and I'm up debugging my shiny
> > > > new DWA-552 <AR5416+AR2133> XtremeN Desktop Adapter. Stock 2.6.28 gave
> > > > me the dreaded "No ProbeResp from current AP" in syslog with a
> > > > disconnect every few minutes, even after updating
> > > > |IEEE80211_MONITORING_INTERVAL to (100 * HZ). It's highly annoying.
> > >
> > > This should be due to the fact that the RX filter disabled beaconing from
> > > the current AP and mac80211 expects beacons from the AP. This was fixed
> > > in wireless-testing but I do not see this pushed out for 2.6.28.
> > >
> > > Greg, this was fixed in Linus' tree via ffb826767bffda61426d964a8fc24a216a14b0bd,
> > > merged by John on Fri, 21 Nov 2008, the patch is titled:
> > > "ath9k: enable RXing of beacons on STA/IBSS". Just in case I've
> > > provided the hunk below. Without this patch users will face this disconnect
> > > issue on noisy environments where the beacons don't reach mac80211 within
> > > a certain time frame dicated by mac80211.
> >
> > Thanks, I'll queue this up for 2.6.28, but it doesn't apply to
> > 2.6.27-stable. If you want it there, can you please provide a backport
> > for it?
>
> Thanks Greg -- it seems this was actually present in 2.6.27 since the
> initial commit of ath9k. From the initial commit I see:
>
> --- on ath_calcrxfilter()
> if (sc->sc_opmode == ATH9K_M_STA || sc->sc_opmode == ATH9K_M_IBSS ||
> sc->sc_scanning)
> rfilt |= ATH9K_RX_FILTER_BEACON;
> ---
>
> Seems we're good on 27 for this and this actually turned out to be a regression then.
Thanks for confirming it,
greg k-h
WARNING: multiple messages have this Message-ID (diff)
From: Greg KH <greg@kroah.com>
To: "Luis R. Rodriguez" <lrodriguez@atheros.com>
Cc: Luis Rodriguez <Luis.Rodriguez@Atheros.com>,
Joseph Cheek <joseph@cheek.com>,
"stable@kernel.org" <stable@kernel.org>,
"ath9k-devel@lists.ath9k.org" <ath9k-devel@venema.h4ckr.net>,
"linux-wireless@vger.kernel.org" <linux-wireless@vger.kernel.org>
Subject: Re: [stable] [ath9k-devel] 2.6.2{7, 8} with compat-wireless-2008-12-3{0, 1) drops link every 2-3 minutes
Date: Thu, 15 Jan 2009 13:02:16 -0800 [thread overview]
Message-ID: <20090115210216.GA22843@kroah.com> (raw)
In-Reply-To: <20090115202550.GB29609@tesla>
On Thu, Jan 15, 2009 at 12:25:50PM -0800, Luis R. Rodriguez wrote:
> On Thu, Jan 15, 2009 at 10:37:03AM -0800, Greg KH wrote:
> > On Mon, Jan 05, 2009 at 09:04:32AM -0800, Luis R. Rodriguez wrote:
> > > On Wed, Dec 31, 2008 at 11:52:32PM -0800, Joseph Cheek wrote:
> > > > Hi all,
> > > >
> > > > Happy New Year! It's about 2:30 AM here and I'm up debugging my shiny
> > > > new DWA-552 <AR5416+AR2133> XtremeN Desktop Adapter. Stock 2.6.28 gave
> > > > me the dreaded "No ProbeResp from current AP" in syslog with a
> > > > disconnect every few minutes, even after updating
> > > > |IEEE80211_MONITORING_INTERVAL to (100 * HZ). It's highly annoying.
> > >
> > > This should be due to the fact that the RX filter disabled beaconing from
> > > the current AP and mac80211 expects beacons from the AP. This was fixed
> > > in wireless-testing but I do not see this pushed out for 2.6.28.
> > >
> > > Greg, this was fixed in Linus' tree via ffb826767bffda61426d964a8fc24a216a14b0bd,
> > > merged by John on Fri, 21 Nov 2008, the patch is titled:
> > > "ath9k: enable RXing of beacons on STA/IBSS". Just in case I've
> > > provided the hunk below. Without this patch users will face this disconnect
> > > issue on noisy environments where the beacons don't reach mac80211 within
> > > a certain time frame dicated by mac80211.
> >
> > Thanks, I'll queue this up for 2.6.28, but it doesn't apply to
> > 2.6.27-stable. If you want it there, can you please provide a backport
> > for it?
>
> Thanks Greg -- it seems this was actually present in 2.6.27 since the
> initial commit of ath9k. From the initial commit I see:
>
> --- on ath_calcrxfilter()
> if (sc->sc_opmode == ATH9K_M_STA || sc->sc_opmode == ATH9K_M_IBSS ||
> sc->sc_scanning)
> rfilt |= ATH9K_RX_FILTER_BEACON;
> ---
>
> Seems we're good on 27 for this and this actually turned out to be a regression then.
Thanks for confirming it,
greg k-h
next prev parent reply other threads:[~2009-01-15 21:02 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-01 7:52 [ath9k-devel] 2.6.2{7, 8} with compat-wireless-2008-12-3{0, 1) drops link every 2-3 minutes Joseph Cheek
2009-01-05 17:04 ` Luis R. Rodriguez
2009-01-05 17:04 ` Luis R. Rodriguez
2009-01-05 18:01 ` [ath9k-devel] 2.6.27 with compat-wireless-2008-12-31 stops transmitting " Joseph Cheek
2009-01-05 18:01 ` Joseph Cheek
2009-01-05 18:12 ` Luis R. Rodriguez
2009-01-05 18:12 ` Luis R. Rodriguez
2009-01-05 19:47 ` Joseph Cheek
2009-01-05 19:47 ` Joseph Cheek
2009-01-05 19:51 ` Luis R. Rodriguez
2009-01-05 19:51 ` Luis R. Rodriguez
2009-01-05 20:15 ` Luis R. Rodriguez
2009-01-05 20:15 ` Luis R. Rodriguez
2009-01-05 20:01 ` [ath9k-devel] 2.6.27 with compat-wireless-2008-12-31 stops transmitting every 2-3 mins Joseph Cheek
2009-01-05 20:01 ` Joseph Cheek
2009-01-06 15:42 ` [ath9k-devel] 2.6.27 with compat-wireless-2008-12-31 stops transmitting every 2-3 minutes Joseph Cheek
2009-01-06 15:42 ` Joseph Cheek
2009-01-15 18:37 ` [ath9k-devel] [stable] 2.6.2{7, 8} with compat-wireless-2008-12-3{0, 1) drops link " Greg KH
2009-01-15 18:37 ` [stable] [ath9k-devel] " Greg KH
2009-01-15 20:25 ` [ath9k-devel] [stable] " Luis R. Rodriguez
2009-01-15 20:25 ` [stable] [ath9k-devel] " Luis R. Rodriguez
2009-01-15 21:02 ` Greg KH [this message]
2009-01-15 21:02 ` Greg KH
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=20090115210216.GA22843@kroah.com \
--to=greg@kroah.com \
--cc=ath9k-devel@lists.ath9k.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.