aboutsummaryrefslogtreecommitdiff
path: root/net/mac80211/rc80211_minstrel.c
AgeCommit message (Expand)Author
2011-11-11minstrel: Remove unused function parameter in calc_rate_durations()Patrick Kelle
2011-06-01minstrel_ht: fixed rate mode through debugfsZefir Kurtisi
2011-05-12mac80211: fix contention time computation in minstrel, minstrel_htDaniel Halperin
2010-07-26minstrel: don't complain about feedback for unrequested ratesJohn W. Linville
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-10minstrel: make the rate control ops reusable from another rc implementationFelix Fietkau
2009-09-16rc80211_minstrel: fix contention window calculationPavel Roskin
2009-08-20mac80211: Decouple fail_avg stats used by mesh from rate control algorithm.Javier Cardona
2009-08-14mac80211: Early detection of broken mesh paths when using minstrel.Javier Cardona
2009-08-14mac80211: Update the station failed frames average when minstrel is used.Javier Cardona
2009-07-24mac80211: add helper for management / no-ack frame rate decisionLuis R. Rodriguez
2009-07-24mac80211: make minstrel/pid RC use ieee80211_is_data(fc)Luis R. Rodriguez
2009-07-07mac80211: minstrel: avoid accessing negative indices in rix_to_ndx()Luciano Coelho
2009-06-10mac80211: fix minstrel single-rate memory corruptionBob Copeland
2009-05-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-05-11mac80211: avoid NULL ptr deref when finding max_rates in PID and minstrelJohn W. Linville
2009-05-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2009-05-06mac80211: Fix handling of retry count of NO_ACK frames in minstrelGábor Stefanik
2009-05-04mac80211: minstrel, fix memory corruptionJiri Slaby
2009-01-12minstrel: fix warning if lowest supported rate index is not 0Christian Lamparter
2008-11-10wireless: fix a few sparse warningsJohannes Berg
2008-10-31mac80211: remove rate_control_clearJohannes Berg
2008-10-31minstrel: improve performance for non-MRR driversFelix Fietkau
2008-10-31mac80211/drivers: rewrite the rate control APIJohannes Berg
2008-10-06mac80211: add the 'minstrel' rate control algorithmFelix Fietkau