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. > > Developers wishing to make enhancements to rate control algorithms > are for broadcast/multicast can opt to not use this in their > gate_rate() mac80211 callback. > > Cc: Zhu Yi <yi.zhu@xxxxxxxxx> > Cc: Reinette Chatre <reinette.chatre@xxxxxxxxx> > Cc: ipw3945-devel@xxxxxxxxxxxxxxxxxxxxx > Cc: Gabor Juhos <juhosg@xxxxxxxxxxx> > Cc: Felix Fietkau <nbd@xxxxxxxxxxx> > Cc: Derek Smithies <derek@xxxxxxxxxxxxxx> > Cc: Chittajit Mitra <Chittajit.Mitra@xxxxxxxxxxx> > Signed-off-by: Luis R. Rodriguez <lrodriguez@xxxxxxxxxxx> > --- > drivers/net/wireless/ath/ath9k/rc.c | 14 +------------ > drivers/net/wireless/iwlwifi/iwl-3945-rs.c | 13 ++--------- > drivers/net/wireless/iwlwifi/iwl-agn-rs.c | 7 +----- > include/net/mac80211.h | 23 ++++++++++++++++++++++ > net/mac80211/rate.c | 29 ++++++++++++++++++++++++++++ > net/mac80211/rc80211_minstrel.c | 22 +-------------------- > net/mac80211/rc80211_pid_algo.c | 11 +--------- > 7 files changed, 59 insertions(+), 60 deletions(-) Acked-by: Felix Fietkau <nbd@xxxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html