summaryrefslogtreecommitdiffstats
path: root/net/mac80211/rc80211_minstrel_ht.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: minstrel_ht: automatically calculate rate duration shiftFelix Fietkau2019-04-261-54/+80
* mac80211: minstrel_ht: add support for rates with 4 spatial streamsFelix Fietkau2019-04-261-0/+10
* mac80211: minstrel_ht: add flag to indicate missing/inaccurate tx A-MPDU lengthFelix Fietkau2019-01-191-5/+20
* mac80211: minstrel: do not sample rates 3 times slower than max_prob_rateFelix Fietkau2018-10-111-4/+6
* mac80211: minstrel: fix sampling/reporting of CCK rates in HT modeFelix Fietkau2018-10-111-4/+10
* mac80211: minstrel: fix CCK rate group streams valueFelix Fietkau2018-10-111-1/+1
* mac80211: minstrel: fix using short preamble CCK rates on HT clientsFelix Fietkau2018-10-111-3/+1Star
* mac80211: minstrel: reduce minstrel_mcs_groups sizeFelix Fietkau2018-10-111-73/+80
* mac80211: minstrel: merge with minstrel_ht, always enable VHT supportFelix Fietkau2018-10-111-13/+78
* mac80211: minstrel: remove unnecessary debugfs cleanup codeFelix Fietkau2018-10-111-1/+0Star
* mac80211: minstrel: Enable STBC and LDPC for VHT RatesChaitanya T K2018-10-111-8/+15
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-1/+1
* mac80211: add get TID helperSara Sharon2018-02-221-1/+1
* mac80211: make rate control tx status API more extensibleFelix Fietkau2017-04-281-5/+5
* mac80211: minstrel_ht: remove obsolete #if for >= 3 streamsFelix Fietkau2016-12-151-20/+0Star
* mac80211: minstrel_ht: move short preamble check out of get_rateFelix Fietkau2016-12-151-17/+5Star
* mac80211: minstrel_ht: move supported bitrate mask out of group dataFelix Fietkau2016-12-151-15/+15
* cfg80211: remove enum ieee80211_bandJohannes Berg2016-04-121-2/+2
* mac80211: minstrel_ht: set A-MSDU tx limits based on selected max_prob_rateFelix Fietkau2016-04-061-0/+54
* mac80211: minstrel_ht: improve sample rate skip logicFelix Fietkau2016-04-051-7/+16
* mac80211: minstrel_ht: fix a logic error in RTS/CTS handlingFelix Fietkau2016-03-011-1/+1
* mac80211: minstrel_ht: set default tx aggregation timeout to 0Felix Fietkau2016-02-231-1/+1
* mac80211: minstrel: Change expected throughput unit back to KbpsSven Eckelmann2016-02-021-1/+2
* mac80211: minstrel_ht: fix out-of-bound in minstrel_ht_set_best_prob_rateKonstantin Khlebnikov2016-02-021-4/+5
* mac80211: minstrel_ht: handle peers in dynamic SMPSKrishna Chaitanya2015-07-171-1/+7
* mac80211: convert HW flags to unsigned long bitmapJohannes Berg2015-06-101-1/+1
* mac80211: add max lossless throughput per rateThomas Huehn2015-04-011-40/+44
* mac80211: restructure per-rate throughput calculation into functionThomas Huehn2015-04-011-31/+46
* mac80211: improve Minstrel variable & function namingThomas Huehn2015-04-011-56/+56
* mac80211: unify Minstrel & Minstrel-HTs calculation of rate statisticsThomas Huehn2015-04-011-27/+1Star
* mac80211: minstrel_ht: fix rounding issue in MCS duration calculationFelix Fietkau2015-03-171-2/+4
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-12-081-9/+6Star
|\
| * mac80211: minstrel_ht: fix a crash in rate sortingFelix Fietkau2014-11-181-9/+6Star
* | mac80211: minstrel_ht: switch to .tx_status_noskbFelix Fietkau2014-11-281-4/+4
* | mac80211: minstrel_ht: move aggregation check to .get_rate()Felix Fietkau2014-11-281-3/+4
* | mac80211: minstrel_ht: add a small optimization to minstrel_aggr_checkFelix Fietkau2014-11-191-3/+3
* | mac80211: minstrel_ht: do not always skip ht rates vht_only is trueKarl Beldan2014-10-271-1/+1
* | mac80211: minstrel_ht: add basic support for VHT rates <= 3SS@80MHzKarl Beldan2014-10-211-12/+204
* | mac80211: minstrel_ht: include type (cck/ht) in rates flagKarl Beldan2014-10-201-14/+14
* | mac80211: minstrel_ht: macros adjustments for future VHT_GROUPsKarl Beldan2014-10-201-25/+26
* | mac80211: minstrel_ht: Increase the range of handled rate indexesKarl Beldan2014-10-201-8/+8
* | mac80211: minstrel_ht: fix MCS_GROUP_RATES usageKarl Beldan2014-10-091-1/+1
|/
* mac80211: improve minstrel_ht rate sorting by throughput & probabilityThomas Huehn2014-09-111-102/+201
* mac80211: export the expected throughputAntonio Quartulli2014-05-211-0/+17
* mac80211: minstrel-ht: small clarificationsJohannes Berg2014-05-191-2/+3
* mac80211: minstrel_ht: sample_table can be __read_mostlyJohannes Berg2014-02-041-3/+2Star
* mac80211: make rate control ops constJohannes Berg2014-02-041-1/+1
* mac80211: fix checkpatch errorsWeilong Chen2013-12-181-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-12-061-3/+4
|\