summaryrefslogtreecommitdiff
path: root/net/mac80211/rc80211_minstrel_ht.c
AgeCommit message (Expand)Author
2015-04-01mac80211: add max lossless throughput per rateThomas Huehn
2015-04-01mac80211: restructure per-rate throughput calculation into functionThomas Huehn
2015-04-01mac80211: improve Minstrel variable & function namingThomas Huehn
2015-04-01mac80211: unify Minstrel & Minstrel-HTs calculation of rate statisticsThomas Huehn
2015-03-17mac80211: minstrel_ht: fix rounding issue in MCS duration calculationFelix Fietkau
2014-12-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2014-11-28mac80211: minstrel_ht: switch to .tx_status_noskbFelix Fietkau
2014-11-28mac80211: minstrel_ht: move aggregation check to .get_rate()Felix Fietkau
2014-11-19mac80211: minstrel_ht: add a small optimization to minstrel_aggr_checkFelix Fietkau
2014-11-18mac80211: minstrel_ht: fix a crash in rate sortingFelix Fietkau
2014-10-27mac80211: minstrel_ht: do not always skip ht rates vht_only is trueKarl Beldan
2014-10-21mac80211: minstrel_ht: add basic support for VHT rates <= 3SS@80MHzKarl Beldan
2014-10-20mac80211: minstrel_ht: include type (cck/ht) in rates flagKarl Beldan
2014-10-20mac80211: minstrel_ht: macros adjustments for future VHT_GROUPsKarl Beldan
2014-10-20mac80211: minstrel_ht: Increase the range of handled rate indexesKarl Beldan
2014-10-09mac80211: minstrel_ht: fix MCS_GROUP_RATES usageKarl Beldan
2014-09-11mac80211: improve minstrel_ht rate sorting by throughput & probabilityThomas Huehn
2014-05-21mac80211: export the expected throughputAntonio Quartulli
2014-05-19mac80211: minstrel-ht: small clarificationsJohannes Berg
2014-02-04mac80211: minstrel_ht: sample_table can be __read_mostlyJohannes Berg
2014-02-04mac80211: make rate control ops constJohannes Berg
2013-12-18mac80211: fix checkpatch errorsWeilong Chen
2013-12-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-11-25mac80211: minstrel_ht: do not sample unsupported ratesKarl Beldan
2013-11-25mac80211: minstrels: spare numerous useless calls to get_random_bytesKarl Beldan
2013-11-25mac80211: minstrel_ht: replace some occurences of MCS_GROUP_RATESKarl Beldan
2013-11-25mac80211: use capped prob when computing throughputsKarl Beldan
2013-11-25mac80211: minstrel_ht: fix rates selectionKarl Beldan
2013-09-26mac80211: do not override fixed_rate_idx in minstrel_ht_update_statsLorenzo Bianconi
2013-08-28Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2013-08-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-08-22mac80211: minstrel_ht: don't use control.flags in TX status pathJohannes Berg
2013-08-21mac80211: add a flag to indicate CCK support for HT clientsFelix Fietkau
2013-08-16Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2013-08-12mac80211: add control port protocol TX control flagJohannes Berg
2013-08-01Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2013-07-16mac80211: fix timing for 5 MHz and 10 MHz channelsSimon Wunderlich
2013-07-16mac80211/rc80211: add chandef to rate initializationSimon Wunderlich
2013-07-16mac80211/minstrel_ht: fix cck rate samplingFelix Fietkau
2013-04-22mac80211/minstrel_ht: use the new rate control APIFelix Fietkau
2013-04-22mac80211: minstrel_ht: initialize rates selectionKarl Beldan
2013-04-22mac80211: minstrel_ht: pick only supported rates for sta and group max*ratesKarl Beldan
2013-03-18mac80211/minstrel_ht: do not sample actively used ratesFelix Fietkau
2013-03-18mac80211/minstrel_ht: avoid useless sampling of high-probability slower ratesFelix Fietkau
2013-03-18mac80211/minstrel_ht: improve rate selection stabilityFelix Fietkau
2013-03-06mac80211: add lowest rate into minstrel's random rate sampling tableThomas Huehn
2013-03-06mac80211: merge EWMA calculation of minstrel_ht and minstrelThomas Huehn
2013-03-06mac80211/minstrel_ht: disable multiple consecutive sample attemptsFelix Fietkau
2013-03-06mac80211/minstrel_ht: fix spacing between sample attemptsFelix Fietkau
2013-03-06mac80211/minstrel_ht: increase sampling frequency of some slower ratesFelix Fietkau