Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758470AbYAEVyk (ORCPT ); Sat, 5 Jan 2008 16:54:40 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756882AbYAEVyc (ORCPT ); Sat, 5 Jan 2008 16:54:32 -0500 Received: from py-out-1112.google.com ([64.233.166.183]:10355 "EHLO py-out-1112.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756804AbYAEVya (ORCPT ); Sat, 5 Jan 2008 16:54:30 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=WZI/n9nZpCJcEHcBtPMpSB2/inkLoeAkNQDTueg/Pk8Ty7KveT/iie0hW11k/iK7blaSqLRP37HI09k+5jNIiU7us99MQX3f2Wg/K4UVJcf7M6drvF/aza4hdLSjpNFTRXH7fSfKWiUy6ZYNud4aghgGIozAwRF/FyexaBabQ7Q= Message-ID: <43e72e890801051354v280c0ceeo78790bb5f1f45314@mail.gmail.com> Date: Sat, 5 Jan 2008 16:54:29 -0500 From: "Luis R. Rodriguez" To: "Hauke Mehrtens" Subject: Re: rtl8187 rate control doesn't work Cc: "Michael Wu" , linux-kernel@vger.kernel.org, "Stefano Brivio" , linux-wireless In-Reply-To: <477F9890.5050107@hauke-m.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <477F9890.5050107@hauke-m.de> X-Google-Sender-Auth: e11b6f6d7393cb10 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1600 Lines: 42 On Jan 5, 2008 9:47 AM, Hauke Mehrtens wrote: > Hi > > Now the compat-wireless-2.6 package is working and I get an Internet > connection with my rtl8187 based card. (It's on an ASUS P5B Deluxe) > > I used the compat-wireless-2.6 package for this log, but I have the same > problem with the version integrated in kernel 2.6.24-rc6 > > The Access Point is some rooms away so the signal is not the best at my > location. When starting the device with no fixed rate it wants to > connect with 54MBit/s and as iwconfig says it was successful but I can't > ping any device in the wireless LAN. (it's the first part of the log) > The rate will not be slowed down it stays fixed at 54MBit/s. > > After starting the device with rate fixed to 11M I get a connection to > the Access Point and iwconfig's output looks the same as without fixed > rate, but I'm able to ping the all devices in the network. (second part > of the log) > Now it slows down the rate to 1MBit/s Seems to be the new PID rate control algorithm. I believe Stephano (CC'd) was sending some patches for this. Please try changing in config.mk >From this value: CONFIG_MAC80211_RC_DEFAULT=pid To this: CONFIG_MAC80211_RC_DEFAULT=simple and let us know how that goes. Oh and linux-kernel is the wrong list to use, please just use linux-wireless for future e-mails. Luis -- 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/