From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vasanthakumar Thiagarajan Date: Tue, 20 Oct 2009 11:21:21 +0530 Subject: [ath9k-devel] ath9k rate control - rc.c In-Reply-To: <20091014222856.GB19352@tux> References: <20091014222856.GB19352@tux> Message-ID: <20091020055121.GB4602@vasanth-laptop> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ath9k-devel@lists.ath9k.org On Thu, Oct 15, 2009 at 03:58:56AM +0530, Luis Rodriguez wrote: > On Wed, Oct 14, 2009 at 03:10:10PM -0700, Rakesh Kumar wrote: > > Is RSSI a parameter to rate control algorithm? > > I am not sure but it may be there for historical purposes. RSSI is never used to determine the tx rate. The code segment which maintains rssi is removed in the latest rc kernel (2.6.32-rc). Vasanth