On Wed, Feb 04, 2009 at 03:18:40PM -0800, Luis R. Rodriguez wrote:
> Well in general I was talking about IEEE-802.11 section 10.3 stuff.
> In cfg80211/nl80211 we don't want to allow things like "set essid"
> as iwconfig has, instead we want to break things down a bit more,
> which can really help debugging. The MLME SAP already has some
> decent layout of commands/responses but after a quick glance
> I do not see anything for setting a static rate. May want to review
> that a bit before implementing set rate though. Just remember
> post early and review early. If you have an idea of how you want
> to do it let us know to get feedback.

TX rate control is outside the scope of IEEE Std 802.11-2007 (see 9.6
Multirate support) and as such, there is no MLME SAP (or any other)
primitives for this type of functionality defined in the standard. The
parameters are passed into PHY through the PHY-SAP interface in TXVECTOR
(e.g., DATARATE and MCS). How the MAC sublayer decides how to set these
parameters or even things like how to control the decision process are
very much out of scope.
 
-- 
Jouni Malinen                                            PGP id EFC895FA
_______________________________________________
ath9k-devel mailing list
[email protected]
https://lists.ath9k.org/mailman/listinfo/ath9k-devel

Reply via email to