From mboxrd@z Thu Jan 1 00:00:00 1970 From: Felix Fietkau Date: Tue, 05 Apr 2011 20:29:25 +0200 Subject: [ath9k-devel] ath9k performance issues In-Reply-To: References: <993862.51867.qm@web137314.mail.in.yahoo.com> <4D9B4B0C.7090000@openwrt.org> Message-ID: <4D9B5F85.4070308@openwrt.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ath9k-devel@lists.ath9k.org On 2011-04-05 7:52 PM, Kucherenko Valeriy wrote: >> Are you using the ath9k rate control or are you using minstrel_ht? My >> tests were done with minstrel_ht. You can enable it by disabling the >> config option for the ath9k rate control. >> >> - Felix > > > This is interesting. I have a problem with rate control (I guess) > too. Can you give me a clue on how to disable rate control for ath9k? What is > a config option for ath9k? Where is it? Can I disable it by writing some > value into /sys or maybe it's possible via modprobe ath9k --some_params? In the kernel tree (.config) and in compat-wireless (config.mk) it's the option CONFIG_ATH9K_RATE_CONTROL. - Felix