From: Michel Alexandre Salim <salimma@fedoraproject.org>
To: ath9k-devel@lists.ath9k.org
Subject: [ath9k-devel] [PATCH] ath9k: add module option for disabling 11n functionality
Date: Wed, 29 Jun 2011 16:06:44 +0200 [thread overview]
Message-ID: <4E0B3174.10100@fedoraproject.org> (raw)
In-Reply-To: <20110629135536.GB3259@jm.kir.nu>
On 06/29/2011 03:55 PM, Jouni Malinen wrote:
> On Wed, Jun 29, 2011 at 03:43:20PM +0200, Michel Alexandre Salim wrote:
>> My first attempt to solve this was to use 'iwconfig wlan0 set rate
>> 54M' -- but this yields "Operation not supported". How about making
>> a request for a rate of 54M or below switch the device to 802.11g
>> mode (and optionally, a rate of 11M or below => 802.11b mode)? That
>> way we don't need to invent a new interface at all. How would I go
>> about adding support for rate setting requests to the driver?
>
> I would first move from WEXT to nl80211 in order to get any chance of
> getting the change accepted.. We have a somewhat similar mechanism in
> NL80211_CMD_SET_TX_BITRATE_MASK, but it does not address HT rates at
> all, so some additions would be needed. For example, a new attribute to
> the command could be used to set TX mask for MCS indexes and if none are
> allowed, HT could be disabled. Though, a cleaner mechanism would likely
> be to just provide an explicit attribute to disable 802.11n. If that is
> done outside the scope of a single connection, that would be available
> as a manual workaround even without modifications to
> wpa_supplicant/NM/ConnMan.
>
Thanks for the pointers -- I'll take a look at it and get back when I
have working code.
--
Michel Alexandre Salim
?blog: http://identi.ca/hircus
http://twitter.com/hircus
GPG key ID: 78884778
() ascii ribbon campaign - against html e-mail
/\ www.asciiribbon.org - against proprietary attachments
WARNING: multiple messages have this Message-ID (diff)
From: Michel Alexandre Salim <salimma@fedoraproject.org>
To: Jouni Malinen <j@w1.fi>
Cc: "John W. Linville" <linville@tuxdriver.com>,
linux-wireless@vger.kernel.org, ath9k-devel@venema.h4ckr.net,
"Luis R. Rodriguez" <lrodriguez@atheros.com>,
Jouni Malinen <jmalinen@atheros.com>,
Vasanthakumar Thiagarajan <vasanth@atheros.com>,
Senthil Balasubramanian <senthilkumar@atheros.com>
Subject: Re: [PATCH] ath9k: add module option for disabling 11n functionality
Date: Wed, 29 Jun 2011 16:06:44 +0200 [thread overview]
Message-ID: <4E0B3174.10100@fedoraproject.org> (raw)
In-Reply-To: <20110629135536.GB3259@jm.kir.nu>
On 06/29/2011 03:55 PM, Jouni Malinen wrote:
> On Wed, Jun 29, 2011 at 03:43:20PM +0200, Michel Alexandre Salim wrote:
>> My first attempt to solve this was to use 'iwconfig wlan0 set rate
>> 54M' -- but this yields "Operation not supported". How about making
>> a request for a rate of 54M or below switch the device to 802.11g
>> mode (and optionally, a rate of 11M or below => 802.11b mode)? That
>> way we don't need to invent a new interface at all. How would I go
>> about adding support for rate setting requests to the driver?
>
> I would first move from WEXT to nl80211 in order to get any chance of
> getting the change accepted.. We have a somewhat similar mechanism in
> NL80211_CMD_SET_TX_BITRATE_MASK, but it does not address HT rates at
> all, so some additions would be needed. For example, a new attribute to
> the command could be used to set TX mask for MCS indexes and if none are
> allowed, HT could be disabled. Though, a cleaner mechanism would likely
> be to just provide an explicit attribute to disable 802.11n. If that is
> done outside the scope of a single connection, that would be available
> as a manual workaround even without modifications to
> wpa_supplicant/NM/ConnMan.
>
Thanks for the pointers -- I'll take a look at it and get back when I
have working code.
--
Michel Alexandre Salim
µblog: http://identi.ca/hircus
http://twitter.com/hircus
GPG key ID: 78884778
() ascii ribbon campaign - against html e-mail
/\ www.asciiribbon.org - against proprietary attachments
next prev parent reply other threads:[~2011-06-29 14:06 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-28 19:46 [ath9k-devel] [PATCH] ath9k: add module option for disabling 11n functionality Michel Alexandre Salim
2011-06-28 19:46 ` Michel Alexandre Salim
2011-06-28 19:51 ` [ath9k-devel] " Ben Greear
2011-06-28 19:51 ` Ben Greear
2011-06-28 20:06 ` [ath9k-devel] " Luis R. Rodriguez
2011-06-28 20:06 ` Luis R. Rodriguez
2011-06-28 20:40 ` Ben Greear
2011-06-28 20:40 ` Ben Greear
2011-06-29 17:50 ` Andreas Hartmann
2011-06-28 21:57 ` Jouni Malinen
2011-06-28 21:57 ` Jouni Malinen
2011-06-29 1:26 ` [ath9k-devel] " Adrian Chadd
2011-06-29 1:26 ` Adrian Chadd
2011-06-29 8:56 ` [ath9k-devel] " Michel Alexandre Salim
2011-06-29 8:56 ` Michel Alexandre Salim
2011-06-29 13:09 ` [ath9k-devel] " Jouni Malinen
2011-06-29 13:09 ` Jouni Malinen
2011-06-29 13:43 ` [ath9k-devel] " Michel Alexandre Salim
2011-06-29 13:43 ` Michel Alexandre Salim
2011-06-29 13:55 ` [ath9k-devel] " Jouni Malinen
2011-06-29 13:55 ` Jouni Malinen
2011-06-29 14:06 ` Michel Alexandre Salim [this message]
2011-06-29 14:06 ` Michel Alexandre Salim
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4E0B3174.10100@fedoraproject.org \
--to=salimma@fedoraproject.org \
--cc=ath9k-devel@lists.ath9k.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.