index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
mac80211
/
rc80211_minstrel_ht.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-19
mac80211: minstrel_ht: add flag to indicate missing/inaccurate tx A-MPDU length
Felix Fietkau
1
-5
/
+20
2018-10-11
mac80211: minstrel: do not sample rates 3 times slower than max_prob_rate
Felix Fietkau
1
-4
/
+6
2018-10-11
mac80211: minstrel: fix sampling/reporting of CCK rates in HT mode
Felix Fietkau
1
-4
/
+10
2018-10-11
mac80211: minstrel: fix CCK rate group streams value
Felix Fietkau
1
-1
/
+1
2018-10-11
mac80211: minstrel: fix using short preamble CCK rates on HT clients
Felix Fietkau
1
-3
/
+1
2018-10-11
mac80211: minstrel: reduce minstrel_mcs_groups size
Felix Fietkau
1
-73
/
+80
2018-10-11
mac80211: minstrel: merge with minstrel_ht, always enable VHT support
Felix Fietkau
1
-13
/
+78
2018-10-11
mac80211: minstrel: remove unnecessary debugfs cleanup code
Felix Fietkau
1
-1
/
+0
2018-10-11
mac80211: minstrel: Enable STBC and LDPC for VHT Rates
Chaitanya T K
1
-8
/
+15
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-1
/
+1
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-1
/
+1
2018-02-22
mac80211: add get TID helper
Sara Sharon
1
-1
/
+1
2017-04-28
mac80211: make rate control tx status API more extensible
Felix Fietkau
1
-5
/
+5
2016-12-15
mac80211: minstrel_ht: remove obsolete #if for >= 3 streams
Felix Fietkau
1
-20
/
+0
2016-12-15
mac80211: minstrel_ht: move short preamble check out of get_rate
Felix Fietkau
1
-17
/
+5
2016-12-15
mac80211: minstrel_ht: move supported bitrate mask out of group data
Felix Fietkau
1
-15
/
+15
2016-04-12
cfg80211: remove enum ieee80211_band
Johannes Berg
1
-2
/
+2
2016-04-06
mac80211: minstrel_ht: set A-MSDU tx limits based on selected max_prob_rate
Felix Fietkau
1
-0
/
+54
2016-04-05
mac80211: minstrel_ht: improve sample rate skip logic
Felix Fietkau
1
-7
/
+16
2016-03-01
mac80211: minstrel_ht: fix a logic error in RTS/CTS handling
Felix Fietkau
1
-1
/
+1
2016-02-23
mac80211: minstrel_ht: set default tx aggregation timeout to 0
Felix Fietkau
1
-1
/
+1
2016-02-02
mac80211: minstrel: Change expected throughput unit back to Kbps
Sven Eckelmann
1
-1
/
+2
2016-02-02
mac80211: minstrel_ht: fix out-of-bound in minstrel_ht_set_best_prob_rate
Konstantin Khlebnikov
1
-4
/
+5
2015-07-17
mac80211: minstrel_ht: handle peers in dynamic SMPS
Krishna Chaitanya
1
-1
/
+7
2015-06-10
mac80211: convert HW flags to unsigned long bitmap
Johannes Berg
1
-1
/
+1
2015-04-01
mac80211: add max lossless throughput per rate
Thomas Huehn
1
-40
/
+44
2015-04-01
mac80211: restructure per-rate throughput calculation into function
Thomas Huehn
1
-31
/
+46
2015-04-01
mac80211: improve Minstrel variable & function naming
Thomas Huehn
1
-56
/
+56
2015-04-01
mac80211: unify Minstrel & Minstrel-HTs calculation of rate statistics
Thomas Huehn
1
-27
/
+1
2015-03-17
mac80211: minstrel_ht: fix rounding issue in MCS duration calculation
Felix Fietkau
1
-2
/
+4
2014-12-08
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-9
/
+6
2014-11-28
mac80211: minstrel_ht: switch to .tx_status_noskb
Felix Fietkau
1
-4
/
+4
2014-11-28
mac80211: minstrel_ht: move aggregation check to .get_rate()
Felix Fietkau
1
-3
/
+4
2014-11-19
mac80211: minstrel_ht: add a small optimization to minstrel_aggr_check
Felix Fietkau
1
-3
/
+3
2014-11-18
mac80211: minstrel_ht: fix a crash in rate sorting
Felix Fietkau
1
-9
/
+6
2014-10-27
mac80211: minstrel_ht: do not always skip ht rates vht_only is true
Karl Beldan
1
-1
/
+1
2014-10-21
mac80211: minstrel_ht: add basic support for VHT rates <= 3SS@80MHz
Karl Beldan
1
-12
/
+204
2014-10-20
mac80211: minstrel_ht: include type (cck/ht) in rates flag
Karl Beldan
1
-14
/
+14
2014-10-20
mac80211: minstrel_ht: macros adjustments for future VHT_GROUPs
Karl Beldan
1
-25
/
+26
2014-10-20
mac80211: minstrel_ht: Increase the range of handled rate indexes
Karl Beldan
1
-8
/
+8
2014-10-09
mac80211: minstrel_ht: fix MCS_GROUP_RATES usage
Karl Beldan
1
-1
/
+1
2014-09-11
mac80211: improve minstrel_ht rate sorting by throughput & probability
Thomas Huehn
1
-102
/
+201
2014-05-21
mac80211: export the expected throughput
Antonio Quartulli
1
-0
/
+17
2014-05-19
mac80211: minstrel-ht: small clarifications
Johannes Berg
1
-2
/
+3
2014-02-04
mac80211: minstrel_ht: sample_table can be __read_mostly
Johannes Berg
1
-3
/
+2
2014-02-04
mac80211: make rate control ops const
Johannes Berg
1
-1
/
+1
2013-12-18
mac80211: fix checkpatch errors
Weilong Chen
1
-1
/
+1
2013-12-06
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-3
/
+4
2013-11-25
mac80211: minstrel_ht: do not sample unsupported rates
Karl Beldan
1
-3
/
+7
2013-11-25
mac80211: minstrels: spare numerous useless calls to get_random_bytes
Karl Beldan
1
-2
/
+1
[next]