[ath9k-devel] [PATCH v2 16/21] mac80211: add helper for management / no-ack frame rate decision

2009-07-16 Thread Luis R. Rodriguez
All current rate control algorithms agree to send management and no-ack frames at the lowest rate. They also agree to do this when sta and the private rate control data is NULL. We add a hlper to mac80211 for this and simplify the rate control algorithm code. Developers wishing to make

Re: [ath9k-devel] [PATCH v2 16/21] mac80211: add helper for management / no-ack frame rate decision

2009-07-16 Thread reinette chatre
On Thu, 2009-07-16 at 10:05 -0700, Luis R. Rodriguez wrote: All current rate control algorithms agree to send management and no-ack frames at the lowest rate. They also agree to do this when sta and the private rate control data is NULL. We add a hlper to mac80211 for this and simplify the

Re: [ath9k-devel] [PATCH v2 16/21] mac80211: add helper for management / no-ack frame rate decision

2009-07-16 Thread Gábor Stefanik
On Thu, Jul 16, 2009 at 7:05 PM, Luis R. Rodriguezlrodrig...@atheros.com wrote: All current rate control algorithms agree to send management and no-ack frames at the lowest rate. They also agree to do this when sta and the private rate control data is NULL. We add a hlper to mac80211 for this

Re: [ath9k-devel] [PATCH v2 16/21] mac80211: add helper for management / no-ack frame rate decision

2009-07-16 Thread Felix Fietkau
Luis R. Rodriguez wrote: All current rate control algorithms agree to send management and no-ack frames at the lowest rate. They also agree to do this when sta and the private rate control data is NULL. We add a hlper to mac80211 for this and simplify the rate control algorithm code.