Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760608AbYBYWJz (ORCPT ); Mon, 25 Feb 2008 17:09:55 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1759979AbYBYWJm (ORCPT ); Mon, 25 Feb 2008 17:09:42 -0500 Received: from wf-out-1314.google.com ([209.85.200.175]:5359 "EHLO wf-out-1314.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760487AbYBYWJj (ORCPT ); Mon, 25 Feb 2008 17:09:39 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=JuHk8cSG5IUnKoP0qucd2aI/RdKKMEUaAXJrde2Ap8nl68sWXn0E9Glo5Gl48gX8ET4PDnlRrTUwYghDrKkWb88DLK16uufrhlX8Wd4t+TuQpQiVhZtbTOphJXtQnxFgOmkk3eIMAngLpzQnkPKtGgs5ctq9ATCvLg4tq20selc= Message-ID: Date: Mon, 25 Feb 2008 23:09:39 +0100 From: "Ivo Van Doorn" To: chris2553@googlemail.com Subject: Re: 2.6.25-rc2 regression in rt61pci wireless driver Cc: linux-kernel@vger.kernel.org, linux-wireless@vger.kernel.org In-Reply-To: <200802252104.32416.chris2553@googlemail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200802222047.52312.IvDoorn@gmail.com> <200802252104.32416.chris2553@googlemail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2376 Lines: 50 Hi, > > > > Checking those out is simply a matter of: > > > > git branch 2.0.11 2d68de3efa62655d551092f5c787505735d561ad > > > > git checkout 2.0.11 > > > > > > OK, we seem to be struggling a little, so I've built an installed git > > > and cloned Linus' 2.6 tree. My wireless network dies after a few pings > > > with rt2x00 2.0.11. > > > > > > > No further bisecting is needed, but with above tests I can at least > > > > narrow it down to find the cause of this issue. > > > > > > If you need me to bisect, just shout. Please be patient though, I'm > > > exploring new territory here :-) > > > > I don't think bisecting this will help a lot, the rt2x00 2.0.11 release > > introduced software diversity. And that is already something I suspect > > of being broken. > > > I've bisected anyway and although the results are not absolutely conclusive, > as I neared the end of the process, I was amongst a bunch of mac80211 > patches. This set me on a path that resulted in me discovering that with the > rt61pci driver, I can freeze my wireless network connection almost at will if > I set mac82011's ieee80211_default_rc_algo parameter to 'pid'. if the > parametre is set to 'simple', the network seems to be reliable. I've just let > the ping application run on and ping another box on my network almost 1500 > times whilst repeatedly transferring a kernel source tarball by ftp from > another box and the network connection was mantained That's with the > parameter set to 'simple', if \I set it to 'pid' the connection rarely > survives more than 40 pings even without the ftp activity. > > If I replace my wireless card with one that uses the rtl8180 driver, the > network connection seems to be reliable regardless of how I set the > parameter, although I admit that i have not tested this extensively yet. I'll > do that now and report later. I'm about to send 4 patches to this (linux-wireless) list with patches for rt2x00, most of them you already tested individually, but several people reported success after those patches. Hopefully it will be working for you as well. :) Ivo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/