summaryrefslogtreecommitdiffstats
path: root/net/mac80211/rc80211_minstrel_ht.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mac80211-next-for-net-next-2020-04-25' of git://git.kernel.org/pub...David S. Miller2020-05-261-1/+2
|\
| * mac80211: minstrel_ht_assign_best_tp_rates: remove redundant testJohannes Berg2020-04-241-1/+2
* | mac80211: populate debugfs only after cfg80211 initJohannes Berg2020-04-241-6/+13
|/
* mac80211: minstrel_ht: rename prob_ewma to prob_avg, use it for the new averageFelix Fietkau2019-10-111-25/+25
* mac80211: minstrel_ht: replace rate stats ewma with a better moving averageFelix Fietkau2019-10-111-3/+12
* mac80211: minstrel: remove divisions in tx status pathFelix Fietkau2019-10-111-6/+4
* mac80211: minstrel_ht: fix infinite loop because supported is not being shiftedColin Ian King2019-08-221-1/+1
* mac80211: minstrel_ht: improve rate probing for devices with static fallbackFelix Fietkau2019-08-211-28/+212
* mac80211: minstrel_ht: fix default max throughput rate indexesFelix Fietkau2019-08-211-6/+14
* mac80211: minstrel_ht: reduce unnecessary rate probing attemptsFelix Fietkau2019-08-211-0/+15
* mac80211: minstrel_ht: fix per-group max throughput rate initializationFelix Fietkau2019-08-211-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-221-6/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-6/+1
* | mac80211: call rate_control_send_low() internallyJohannes Berg2019-06-141-3/+0
|/
* 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/+1
* 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/+0
* mac80211: minstrel: Enable STBC and LDPC for VHT RatesChaitanya T K2018-10-111-8/+15
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-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/+0
* mac80211: minstrel_ht: move short preamble check out of get_rateFelix Fietkau2016-12-151-17/+5
* 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/+1
* 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/+6
|\
| * mac80211: minstrel_ht: fix a crash in rate sortingFelix Fietkau2014-11-181-9/+6
* | 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