mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Kristoffer Ericson <kristoffer.ericson@gmail.com>
To: "Rafael J. Wysocki" <rjw@sisk.pl>
Cc: Johannes Berg <johannes@sipsolutions.net>,
	"John W. Linville" <linville@tuxdriver.com>,
	"Luis R. Rodriguez" <lrodriguez@atheros.com>,
	"Justin P. Mattock" <justinmattock@gmail.com>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Kernel Testers List <kernel-testers@vger.kernel.org>,
	linux-wireless@vger.kernel.org
Subject: Re: [Bug #14267] Disassociating atheros wlan
Date: Sun, 22 Nov 2009 16:21:31 +0100	[thread overview]
Message-ID: <20091122162131.0e2e60ef.kristoffer.ericson@gmail.com> (raw)
In-Reply-To: <200911221519.54284.rjw@sisk.pl>

On Sun, 22 Nov 2009 15:19:54 +0100
"Rafael J. Wysocki" <rjw@sisk.pl> wrote:

> On Sunday 22 November 2009, Johannes Berg wrote:
> > On Sat, 2009-11-21 at 09:38 -0800, Justin P. Mattock wrote:
> > 
> > > I did a bisect yesterday on this, and the results
> > > seemed to have worked over here by reverting:
> > > 
> > > 75e6c3b72b3ab01c47629f3fbd0fed4e6550bf3a
> > > cfg80211: lower dynamic PS timeout to 100ms
> > > 
> > > if Kristoffer can try reverting this one
> > > to see, then we can go from there.
> > 
> > So that just means the driver is broken. Please run
> > 
> > 	iwconfig wlan0 power off
> > 
> > to fix it then. And the patch below will disable it by default since
> > it's broken.
> > 
> > johannes
> > 
> > --- wireless-testing.orig/drivers/net/wireless/ath/ath9k/main.c	2009-11-22 11:44:41.000000000 +0100
> > +++ wireless-testing/drivers/net/wireless/ath/ath9k/main.c	2009-11-22 11:45:26.000000000 +0100
> > @@ -1893,6 +1893,8 @@ void ath_set_hw_capab(struct ath_softc *
> >  		BIT(NL80211_IFTYPE_ADHOC) |
> >  		BIT(NL80211_IFTYPE_MESH_POINT);
> >  
> > +	hw->wiphy->ps_default = false;
> > +
> >  	hw->queues = 4;
> >  	hw->max_rates = 4;
> >  	hw->channel_change_time = 5000;
> 
> OK, so perhaps this patch should be applied until th ath9k driver is fixed?  Luis?  John?

I applied the patch from johannes and it ended my issues atleast. I ran my machine for approx
2 hours without seeing the disconnect issue (which I usually saw after 15-25min). Cant be 100% of course
but so far so good.

I agree with Justin that we could wait until he gets a chance to test it. It should be accepted
after initial merge (and stable trees) after that I think. Rafael thoughts?

Also, we should notify the atheros people so they could start fixing the driver (in a perfect world).

Best wishes
Kristoffer Ericson



-- 
Kristoffer Ericson <kristoffer.ericson@gmail.com>

  reply	other threads:[~2009-11-22 15:21 UTC|newest]

Thread overview: 77+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-21 14:59 2.6.32-rc8-git1: Reported regressions 2.6.30 -> 2.6.31 Rafael J. Wysocki
2009-11-21 14:59 ` [Bug #13645] NULL pointer dereference at (null) (level2_spare_pgt) Rafael J. Wysocki
2009-11-21 15:02 ` [Bug #13987] Received NMI interrupt at resume Rafael J. Wysocki
2009-11-21 15:02 ` [Bug #13733] 2.6.31-rc2: irq 16: nobody cared Rafael J. Wysocki
     [not found]   ` <B0FC0407-959D-4A53-A03B-9F80B7C60B69@gmail.com>
2009-11-21 22:49     ` Rafael J. Wysocki
2009-11-21 15:02 ` [Bug #13941] x86 Geode issue Rafael J. Wysocki
2009-11-21 17:47   ` Martin-Éric Racine
2009-11-21 15:02 ` [Bug #13943] WARNING: at net/mac80211/mlme.c:2292 with ath5k Rafael J. Wysocki
2009-11-21 15:02 ` [Bug #13809] oprofile: possible circular locking dependency detected Rafael J. Wysocki
2009-11-21 15:02 ` [Bug #13836] suspend script fails, related to stdout? Rafael J. Wysocki
2009-11-21 15:02 ` [Bug #14137] usb console regressions Rafael J. Wysocki
2009-11-21 15:02 ` [Bug #14114] Tuning a saa7134 based card is broken in kernel 2.6.31-rc7 Rafael J. Wysocki
2009-11-21 15:02 ` [Bug #14017] _end symbol missing from Symbol.map Rafael J. Wysocki
2009-11-21 15:02 ` [Bug #14141] order 2 page allocation failures in iwlagn Rafael J. Wysocki
2009-11-21 15:02 ` [Bug #14204] MCE prevent booting on my computer(pentium iii @500Mhz) Rafael J. Wysocki
2009-11-21 15:02 ` [Bug #14157] end_request: I/O error, dev cciss/cXdX, sector 0 Rafael J. Wysocki
2009-11-21 15:02 ` [Bug #14257] Not able to boot on 32 bit System Rafael J. Wysocki
2009-11-21 15:02 ` [Bug #14253] Oops in driversbasefirmware_class Rafael J. Wysocki
2009-11-21 15:02 ` [Bug #14252] WARNING: at include/linux/skbuff.h:1382 w/ e1000 Rafael J. Wysocki
2009-11-21 15:02 ` [Bug #14256] kernel BUG at fs/ext3/super.c:435 Rafael J. Wysocki
2009-11-21 15:02 ` [Bug #14267] Disassociating atheros wlan Rafael J. Wysocki
2009-11-21 17:38   ` Justin P. Mattock
2009-11-21 19:04     ` Kristoffer Ericson
2009-11-21 20:48       ` Justin P. Mattock
2009-11-22 10:47     ` Johannes Berg
2009-11-22 14:19       ` Rafael J. Wysocki
2009-11-22 15:21         ` Kristoffer Ericson [this message]
2009-11-22 16:09           ` Justin P. Mattock
2009-11-22 15:03       ` Justin P. Mattock
2009-11-22 15:29       ` Kristoffer Ericson
2009-11-23  9:42         ` Johannes Berg
2009-11-23  9:54           ` Kristoffer Ericson
2009-11-23 10:33             ` Johannes Berg
2009-11-23 10:48               ` Kristoffer Ericson
2009-11-23 10:50                 ` Johannes Berg
2009-11-23 13:20                   ` Kristoffer Ericson
2009-11-21 15:02 ` [Bug #14265] ifconfig: page allocation failure. order:5, mode:0x8020 w/ e100 Rafael J. Wysocki
2009-11-23 11:57   ` Karol Lewandowski
2009-11-21 15:02 ` [Bug #14340] speedstep-ich driver not working in 2.6.31 Rafael J. Wysocki
2009-11-21 15:02 ` [Bug #14294] kernel BUG at drivers/ide/ide-disk.c:187 Rafael J. Wysocki
2009-11-28 23:54   ` Santiago Garcia Mantinan
2009-11-30  0:53     ` David Miller
2009-11-30 20:23       ` Rafael J. Wysocki
2009-11-21 15:02 ` [Bug #14385] DMAR regression in 2.6.31 leads to ext4 corruption? Rafael J. Wysocki
2009-11-21 15:02 ` [Bug #14450] [2.6.31] Network interfaces are dead with 2.6.31 (iwlagn and sky2) Rafael J. Wysocki
2009-11-21 15:02 ` [Bug #14400] disable/enable wlan broken with ath5k Rafael J. Wysocki
2009-11-21 15:02 ` [Bug #14448] PAT cpu feature is absent but detected by Xorg and others, cuses video driver problems Rafael J. Wysocki
2009-11-21 15:02 ` [Bug #14391] use after free of struct powernow_k8_data Rafael J. Wysocki
2009-11-21 15:02 ` [Bug #14460] No wireless connection with Ralink RT2500 since update to kernel 2.6.31 Rafael J. Wysocki
2009-11-21 15:02 ` [Bug #14474] restorecond going crazy on 2.6.31.4 - inotify regression? Rafael J. Wysocki
2009-11-21 15:02 ` [Bug #14476] Unable to handle kernel paging request in nfs_write_mapping Rafael J. Wysocki
2009-11-21 15:02 ` [Bug #14588] Kernel panic - not syncing: stack-protector: Kernel stack is corrupted in: ccccb5b0 Rafael J. Wysocki
2009-11-23  3:55   ` Hideki Yamane
2009-11-21 15:02 ` [Bug #14484] no video output after suspend Rafael J. Wysocki
2009-11-22 16:06   ` Riccardo Magliocchetti
2009-11-21 15:02 ` [Bug #14623] Mount -o sync regression in 2.6.31 Rafael J. Wysocki
2009-11-21 15:02 ` [Bug #14640] Suspend/resume failed on Thinkpad running Linux with kernel 2.6.31 Rafael J. Wysocki
2009-11-21 15:02 ` [Bug #14649] KMS not working Rafael J. Wysocki
2009-11-21 15:02 ` [Bug #14658] Regression in efi.c Rafael J. Wysocki
  -- strict thread matches above, loose matches on Subject: below --
2009-11-16 22:58 2.6.32-rc7-git1: Reported regressions 2.6.30 -> 2.6.31 Rafael J. Wysocki
2009-11-16 23:01 ` [Bug #14267] Disassociating atheros wlan Rafael J. Wysocki
2009-11-17  0:53   ` Justin P. Mattock
2009-11-17 10:33     ` Kristoffer Ericson
2009-11-17 18:07       ` Justin P. Mattock
2009-11-17 18:13         ` Kristoffer Ericson
2009-11-17 19:04           ` Justin P. Mattock
2009-11-17 19:16             ` Kristoffer Ericson
2009-11-17 10:29   ` Kristoffer Ericson
2009-11-18 13:54   ` Christoph Hellwig
2009-10-26 19:26 2.6.32-rc5-git3: Reported regressions 2.6.30 -> 2.6.31 Rafael J. Wysocki
2009-10-26 19:31 ` [Bug #14267] Disassociating atheros wlan Rafael J. Wysocki
2009-10-26 19:57   ` Kristoffer Ericson
2009-10-26 20:01     ` Rafael J. Wysocki
2009-10-11 22:41 2.6.32-rc4: Reported regressions 2.6.30 -> 2.6.31 Rafael J. Wysocki
2009-10-11 23:01 ` [Bug #14267] Disassociating atheros wlan Rafael J. Wysocki
2009-10-11 23:11   ` Justin P. Mattock
2009-10-12 21:35     ` Rafael J. Wysocki
2009-10-01 19:53 2.6.32-rc1-git2: Reported regressions 2.6.30 -> 2.6.31 Rafael J. Wysocki
2009-10-01 19:56 ` [Bug #14267] Disassociating atheros wlan Rafael J. Wysocki
2009-10-05  0:34   ` Justin Mattock
2009-10-05 20:09     ` Rafael J. Wysocki

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=20091122162131.0e2e60ef.kristoffer.ericson@gmail.com \
    --to=kristoffer.ericson@gmail.com \
    --cc=johannes@sipsolutions.net \
    --cc=justinmattock@gmail.com \
    --cc=kernel-testers@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linville@tuxdriver.com \
    --cc=lrodriguez@atheros.com \
    --cc=rjw@sisk.pl \
    /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

Powered by JetHome