aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/rc80211_minstrel_ht.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-15mac80211: minstrel_ht: remove obsolete #if for >= 3 streamsFelix Fietkau1-20/+0
2016-12-15mac80211: minstrel_ht: move short preamble check out of get_rateFelix Fietkau1-17/+5
2016-12-15mac80211: minstrel_ht: move supported bitrate mask out of group dataFelix Fietkau1-15/+15
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg1-2/+2
2016-04-06mac80211: minstrel_ht: set A-MSDU tx limits based on selected max_prob_rateFelix Fietkau1-0/+54
2016-04-05mac80211: minstrel_ht: improve sample rate skip logicFelix Fietkau1-7/+16
2016-03-01mac80211: minstrel_ht: fix a logic error in RTS/CTS handlingFelix Fietkau1-1/+1
2016-02-23mac80211: minstrel_ht: set default tx aggregation timeout to 0Felix Fietkau1-1/+1
2016-02-02mac80211: minstrel: Change expected throughput unit back to KbpsSven Eckelmann1-1/+2
2016-02-02mac80211: minstrel_ht: fix out-of-bound in minstrel_ht_set_best_prob_rateKonstantin Khlebnikov1-4/+5
2015-07-17mac80211: minstrel_ht: handle peers in dynamic SMPSKrishna Chaitanya1-1/+7
2015-06-10mac80211: convert HW flags to unsigned long bitmapJohannes Berg1-1/+1
2015-04-01mac80211: add max lossless throughput per rateThomas Huehn1-40/+44
2015-04-01mac80211: restructure per-rate throughput calculation into functionThomas Huehn1-31/+46
2015-04-01mac80211: improve Minstrel variable & function namingThomas Huehn1-56/+56
2015-04-01mac80211: unify Minstrel & Minstrel-HTs calculation of rate statisticsThomas Huehn1-27/+1
2015-03-17mac80211: minstrel_ht: fix rounding issue in MCS duration calculationFelix Fietkau1-2/+4
2014-12-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-9/+6
2014-11-28mac80211: minstrel_ht: switch to .tx_status_noskbFelix Fietkau1-4/+4
2014-11-28mac80211: minstrel_ht: move aggregation check to .get_rate()Felix Fietkau1-3/+4
2014-11-19mac80211: minstrel_ht: add a small optimization to minstrel_aggr_checkFelix Fietkau1-3/+3
2014-11-18mac80211: minstrel_ht: fix a crash in rate sortingFelix Fietkau1-9/+6
2014-10-27mac80211: minstrel_ht: do not always skip ht rates vht_only is trueKarl Beldan1-1/+1
2014-10-21mac80211: minstrel_ht: add basic support for VHT rates <= 3SS@80MHzKarl Beldan1-12/+204
2014-10-20mac80211: minstrel_ht: include type (cck/ht) in rates flagKarl Beldan1-14/+14
2014-10-20mac80211: minstrel_ht: macros adjustments for future VHT_GROUPsKarl Beldan1-25/+26
2014-10-20mac80211: minstrel_ht: Increase the range of handled rate indexesKarl Beldan1-8/+8
2014-10-09mac80211: minstrel_ht: fix MCS_GROUP_RATES usageKarl Beldan1-1/+1
2014-09-11mac80211: improve minstrel_ht rate sorting by throughput & probabilityThomas Huehn1-102/+201
2014-05-21mac80211: export the expected throughputAntonio Quartulli1-0/+17
2014-05-19mac80211: minstrel-ht: small clarificationsJohannes Berg1-2/+3
2014-02-04mac80211: minstrel_ht: sample_table can be __read_mostlyJohannes Berg1-3/+2
2014-02-04mac80211: make rate control ops constJohannes Berg1-1/+1
2013-12-18mac80211: fix checkpatch errorsWeilong Chen1-1/+1
2013-12-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-3/+4
2013-11-25mac80211: minstrel_ht: do not sample unsupported ratesKarl Beldan1-3/+7
2013-11-25mac80211: minstrels: spare numerous useless calls to get_random_bytesKarl Beldan1-2/+1
2013-11-25mac80211: minstrel_ht: replace some occurences of MCS_GROUP_RATESKarl Beldan1-5/+4
2013-11-25mac80211: use capped prob when computing throughputsKarl Beldan1-1/+1
2013-11-25mac80211: minstrel_ht: fix rates selectionKarl Beldan1-2/+3
2013-09-26mac80211: do not override fixed_rate_idx in minstrel_ht_update_statsLorenzo Bianconi1-10/+13
2013-08-28Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-2/+1
2013-08-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-0/+3
2013-08-22mac80211: minstrel_ht: don't use control.flags in TX status pathJohannes Berg1-2/+1
2013-08-21mac80211: add a flag to indicate CCK support for HT clientsFelix Fietkau1-0/+3
2013-08-16Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-2/+3
2013-08-12mac80211: add control port protocol TX control flagJohannes Berg1-2/+3
2013-08-01Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-5/+10
2013-07-16mac80211: fix timing for 5 MHz and 10 MHz channelsSimon Wunderlich1-2/+3
2013-07-16mac80211/rc80211: add chandef to rate initializationSimon Wunderlich1-3/+7