From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luis R. Rodriguez Date: Tue, 3 Nov 2009 09:30:17 -0800 Subject: [ath9k-devel] 802.11n support in ad-hoc mode? In-Reply-To: <058a01ca5ca5$1022b630$30682290$@kaist.ac.kr> References: <053501ca5c5d$38190c40$a84b24c0$@kaist.ac.kr> <057701ca5c9d$852907c0$8f7b1740$@kaist.ac.kr> <20091103162453.GB8503@tux> <058a01ca5ca5$1022b630$30682290$@kaist.ac.kr> Message-ID: <20091103173017.GD8503@tux> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ath9k-devel@lists.ath9k.org On Tue, Nov 03, 2009 at 08:45:33AM -0800, Jinsung Lee wrote: > Actually, what I'm really wondering is how to set the rate of 802.11n, nl80211 currently does not offer a way to set the MCS rate manually. Patches for this would be greatly welcomed though. However keep in mind this is quite a bit of work through a generic interface as no mac80211 generic rate control algorithm currently supports MCS rates. A simpler and quicker solution for now, if can't invest much time into this, is to add a debugfs file entry for statically setting the bitrate to an MCS rate only for ath9k on ath9k/debugfs.c > Is it possible to set the rate using "iw" command? Not yet, cfg80211/nl80211 need a bit of work for this to be done. Luis