aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/rc80211_minstrel.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: fix contention time computation in minstrel, minstrel_htDaniel Halperin2011-05-121-2/+2
* minstrel: don't complain about feedback for unrequested ratesJohn W. Linville2010-07-261-1/+0
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | minstrel: make the rate control ops reusable from another rc implementationFelix Fietkau2010-03-101-1/+1
|/
* rc80211_minstrel: fix contention window calculationPavel Roskin2009-09-161-1/+1
* mac80211: Decouple fail_avg stats used by mesh from rate control algorithm.Javier Cardona2009-08-201-15/+1
* mac80211: Early detection of broken mesh paths when using minstrel.Javier Cardona2009-08-141-1/+7
* mac80211: Update the station failed frames average when minstrel is used.Javier Cardona2009-08-141-1/+9
* mac80211: add helper for management / no-ack frame rate decisionLuis R. Rodriguez2009-07-241-21/+1
* mac80211: make minstrel/pid RC use ieee80211_is_data(fc)Luis R. Rodriguez2009-07-241-4/+3
* mac80211: minstrel: avoid accessing negative indices in rix_to_ndx()Luciano Coelho2009-07-071-1/+4
* mac80211: fix minstrel single-rate memory corruptionBob Copeland2009-06-101-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-05-181-1/+1
|\
| * mac80211: avoid NULL ptr deref when finding max_rates in PID and minstrelJohn W. Linville2009-05-111-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-05-081-3/+5
|\ \ | |/ |/|
| * mac80211: Fix handling of retry count of NO_ACK frames in minstrelGábor Stefanik2009-05-061-3/+5
* | mac80211: minstrel, fix memory corruptionJiri Slaby2009-05-041-1/+1
|/
* minstrel: fix warning if lowest supported rate index is not 0Christian Lamparter2009-01-121-4/+6
* wireless: fix a few sparse warningsJohannes Berg2008-11-101-1/+1
* mac80211: remove rate_control_clearJohannes Berg2008-10-311-6/+0
* minstrel: improve performance for non-MRR driversFelix Fietkau2008-10-311-4/+25
* mac80211/drivers: rewrite the rate control APIJohannes Berg2008-10-311-43/+29
* mac80211: add the 'minstrel' rate control algorithmFelix Fietkau2008-10-061-0/+583