aboutsummaryrefslogtreecommitdiff
path: root/net/mac80211/rc80211_minstrel_ht.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-28Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...Gravatar John W. Linville 1-2/+1
2013-08-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 1-0/+3
2013-08-22mac80211: minstrel_ht: don't use control.flags in TX status pathGravatar Johannes Berg 1-2/+1
2013-08-21mac80211: add a flag to indicate CCK support for HT clientsGravatar Felix Fietkau 1-0/+3
2013-08-16Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...Gravatar John W. Linville 1-2/+3
2013-08-12mac80211: add control port protocol TX control flagGravatar Johannes Berg 1-2/+3
2013-08-01Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...Gravatar John W. Linville 1-5/+10
2013-07-16mac80211: fix timing for 5 MHz and 10 MHz channelsGravatar Simon Wunderlich 1-2/+3
2013-07-16mac80211/rc80211: add chandef to rate initializationGravatar Simon Wunderlich 1-3/+7
2013-07-16mac80211/minstrel_ht: fix cck rate samplingGravatar Felix Fietkau 1-1/+9
2013-04-22mac80211/minstrel_ht: use the new rate control APIGravatar Felix Fietkau 1-68/+82
2013-04-22mac80211: minstrel_ht: initialize rates selectionGravatar Karl Beldan 1-0/+3
2013-04-22mac80211: minstrel_ht: pick only supported rates for sta and group max*ratesGravatar Karl Beldan 1-6/+15
2013-03-18mac80211/minstrel_ht: do not sample actively used ratesGravatar Felix Fietkau 1-2/+5
2013-03-18mac80211/minstrel_ht: avoid useless sampling of high-probability slower ratesGravatar Felix Fietkau 1-3/+3
2013-03-18mac80211/minstrel_ht: improve rate selection stabilityGravatar Felix Fietkau 1-1/+10
2013-03-06mac80211: add lowest rate into minstrel's random rate sampling tableGravatar Thomas Huehn 1-1/+0
2013-03-06mac80211: merge EWMA calculation of minstrel_ht and minstrelGravatar Thomas Huehn 1-10/+0
2013-03-06mac80211/minstrel_ht: disable multiple consecutive sample attemptsGravatar Felix Fietkau 1-1/+1
2013-03-06mac80211/minstrel_ht: fix spacing between sample attemptsGravatar Felix Fietkau 1-1/+1
2013-03-06mac80211/minstrel_ht: increase sampling frequency of some slower ratesGravatar Felix Fietkau 1-8/+12
2013-03-06minstrel_ht: increase sampling frequencyGravatar Felix Fietkau 1-2/+2
2013-03-06mac80211/minstrel_ht: improve max_prob_rate selectionGravatar Felix Fietkau 1-8/+19
2013-03-06mac80211/minstrel_ht: improve accuracy of throughput metric at high data ratesGravatar Felix Fietkau 1-10/+13
2013-02-15mac80211: stop modifying HT SMPS capabilityGravatar Johannes Berg 1-5/+1
2013-02-15mac80211: stop toggling IEEE80211_HT_CAP_SUP_WIDTH_20_40Gravatar Johannes Berg 1-10/+9
2013-02-13mac80211/minstrel_ht: add support for using CCK ratesGravatar Felix Fietkau 1-17/+135
2013-02-11mac80211/minstrel_ht: remove the sampling bypass check for the lowest rateGravatar Felix Fietkau 1-4/+0
2012-11-30mac80211: simplify loop in minstrel_htGravatar Johannes Berg 1-5/+3
2012-07-12Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...Gravatar John W. Linville 1-2/+6
2012-07-12minstrel_ht: enable frame aggregation for fixed rateGravatar Sylvain Roger Rieunier 1-2/+6
2012-07-09mac80211: correct size the argument to kzalloc in minstrel_htGravatar Thomas Huehn 1-1/+1
2012-04-13mac80211: remove hw.conf.channel usage where possibleGravatar Michal Kazior 1-3/+2
2012-04-10mac80211: remove channel type argument from rate_updateGravatar Johannes Berg 1-11/+4
2012-03-15mac80211: Don't sample max throughput rate in minstrel_htGravatar Helmut Schaa 1-0/+7
2012-03-12mac80211: Disable MCS > 7 in minstrel_ht when STA uses static SMPSGravatar Helmut Schaa 1-0/+9
2011-11-17minstrel_ht: Remove unused function parametersGravatar Patrick Kelle 1-14/+12
2011-11-17mac80211: Get rid of search loop for rate group indexGravatar Helmut Schaa 1-16/+16
2011-11-17mac80211: Check rate->idx before rate->countGravatar Helmut Schaa 1-2/+2
2011-09-30mac80211: max_tp_rate2 management of minstrel_htGravatar Lorenzo Bianconi 1-0/+2
2011-09-14minstrel_ht: fix Open BA session request floodsGravatar Christian Lamparter 1-1/+2
2011-08-09mac80211: Don't use EAPOL frames for rate samplingGravatar Helmut Schaa 1-1/+7
2011-06-01minstrel_ht: fixed rate mode through debugfsGravatar Zefir Kurtisi 1-0/+7
2011-05-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 1-6/+21
2011-05-12mac80211: fix contention time computation in minstrel, minstrel_htGravatar Daniel Halperin 1-6/+21
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Gravatar Linus Torvalds 1-1/+1
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-03-28mac80211: fix a crash in minstrel_ht in HT mode with no supported MCS ratesGravatar Felix Fietkau 1-7/+18
2011-03-14mac80211: Shortcut minstrel_ht rate setup for non-MRR capable devicesGravatar Helmut Schaa 1-7/+34
2011-03-09mac80211: update minstrel_ht sample rate when probe is setGravatar Daniel Halperin 1-10/+5