Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
72b54df9a5eff47c4d58828cb48aa10586ce5480
/
net
/
mac80211
/
rc80211_minstrel.c
57fbcce
cfg80211: remove enum ieee80211_band
by Johannes Berg
· 9 years ago
212c5a5
mac80211: minstrel: Change expected throughput unit back to Kbps
by Sven Eckelmann
· 9 years ago
f5eeb5f
mac80211: fix invalid read in minstrel_sort_best_tp_rates()
by Adrien Schildknecht
· 9 years ago
5f919ab
mac80211: add standard deviation to Minstrel stats
by Thomas Huehn
· 10 years ago
50e55a8
mac80211: add max lossless throughput per rate
by Thomas Huehn
· 10 years ago
6a27b2c
mac80211: restructure per-rate throughput calculation into function
by Thomas Huehn
· 10 years ago
9134073
mac80211: improve Minstrel variable & function naming
by Thomas Huehn
· 10 years ago
f62838b
mac80211: unify Minstrel & Minstrel-HTs calculation of rate statistics
by Thomas Huehn
· 10 years ago
17dce15
mac80211/minstrel: fix !x!=0 confusion
by Jiri Slaby
· 10 years ago
8d819a9
mac80211: minstrel: reduce size of struct minstrel_rate_stats
by Felix Fietkau
· 10 years ago
fb7acfb
mac80211: minstrel: switch to .tx_status_noskb
by Felix Fietkau
· 10 years ago
d070f91
mac80211: fix spelling errors
by Stephen Hemminger
· 10 years ago
ca12c0c
mac80211: Unify rate statistic variables between Minstrel & Minstrel_HT
by Thomas Huehn
· 10 years ago
cca674d
mac80211: export the expected throughput
by Antonio Quartulli
· 10 years ago
631ad70
mac80211: make rate control ops const
by Johannes Berg
· 11 years ago
f359d3f
mac80211: fix checkpatch errors
by Weilong Chen
· 11 years ago
f7d8ad8
mac80211: minstrels: spare numerous useless calls to get_random_bytes
by Karl Beldan
· 11 years ago
45966ae
mac80211: add fixed_rate management to minstrel rc
by Lorenzo Bianconi
· 11 years ago
7546ff9
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
by John W. Linville
· 11 years ago
5c9fc93
mac80211/minstrel: fix NULL pointer dereference issue
by Felix Fietkau
· 11 years ago
438b61b
mac80211: fix timing for 5 MHz and 10 MHz channels
by Simon Wunderlich
· 11 years ago
3de805c
mac80211/rc80211: add chandef to rate initialization
by Simon Wunderlich
· 11 years ago
06d961a
mac80211/minstrel: use the new rate control API
by Felix Fietkau
· 12 years ago
991fec0
mac80211: fix CTS protection handling
by Felix Fietkau
· 12 years ago
2ff2b69
mac80211: improve minstrels rate sorting by means of throughput & probability
by Thomas Huehn
· 12 years ago
db8c5ee
mac80211: treat minstrel success probabilities below 10% as implausible
by Thomas Huehn
· 12 years ago
f744bf8
mac80211: add lowest rate into minstrel's random rate sampling table
by Thomas Huehn
· 12 years ago
1e9c27d
mac80211: extend minstrel's rate sampling to avoid unsampled rates
by Thomas Huehn
· 12 years ago
8f15761
mac80211: add documentation and verbose variable names in
by Thomas Huehn
· 12 years ago
c8ca8c2
mac80211: merge value scaling macros of minstrel_ht and minstrel
by Thomas Huehn
· 12 years ago
a512d4b
mac80211: merge EWMA calculation of minstrel_ht and minstrel
by Thomas Huehn
· 12 years ago
a0497f9
mac80211/minstrel_ht: add support for using CCK rates
by Felix Fietkau
· 12 years ago
8acbcdd
minstrel: update stats after processing status
by Johannes Berg
· 12 years ago
4ee73f3
mac80211: remove hw.conf.channel usage where possible
by Michal Kazior
· 13 years ago
868a5f7
minstrel: Remove unused function parameter in calc_rate_durations()
by Patrick Kelle
· 13 years ago
24f7580
minstrel_ht: fixed rate mode through debugfs
by Zefir Kurtisi
· 13 years ago
8fddddf
mac80211: fix contention time computation in minstrel, minstrel_ht
by Daniel Halperin
· 14 years ago
ea65145
minstrel: don't complain about feedback for unrequested rates
by John W. Linville
· 14 years ago
871039f
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
eae4475
minstrel: make the rate control ops reusable from another rc implementation
by Felix Fietkau
· 15 years ago
8c6c03f
rc80211_minstrel: fix contention window calculation
by Pavel Roskin
· 15 years ago
bfc32e6
mac80211: Decouple fail_avg stats used by mesh from rate control algorithm.
by Javier Cardona
· 15 years ago
5815814
mac80211: Early detection of broken mesh paths when using minstrel.
by Javier Cardona
· 15 years ago
d403a1c
mac80211: Update the station failed frames average when minstrel is used.
by Javier Cardona
· 15 years ago
4c6d4f5
mac80211: add helper for management / no-ack frame rate decision
by Luis R. Rodriguez
· 15 years ago
e898643
mac80211: make minstrel/pid RC use ieee80211_is_data(fc)
by Luis R. Rodriguez
· 15 years ago
3938b45
mac80211: minstrel: avoid accessing negative indices in rix_to_ndx()
by Luciano Coelho
· 15 years ago
5ee58d7
mac80211: fix minstrel single-rate memory corruption
by Bob Copeland
· 15 years ago
bb803cf
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
621ad7c
mac80211: avoid NULL ptr deref when finding max_rates in PID and minstrel
by John W. Linville
· 16 years ago
a8679be
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6
by David S. Miller
· 16 years ago
4edf040
mac80211: Fix handling of retry count of NO_ACK frames in minstrel
by Gábor Stefanik
· 16 years ago
8e53217
mac80211: minstrel, fix memory corruption
by Jiri Slaby
· 16 years ago
d57854b
minstrel: fix warning if lowest supported rate index is not 0
by Christian Lamparter
· 16 years ago
2df7816
wireless: fix a few sparse warnings
by Johannes Berg
· 16 years ago
50fb2e4
mac80211: remove rate_control_clear
by Johannes Berg
· 16 years ago
f4a8cd9
minstrel: improve performance for non-MRR drivers
by Felix Fietkau
· 16 years ago
e6a9854
mac80211/drivers: rewrite the rate control API
by Johannes Berg
· 16 years ago
cccf129
mac80211: add the 'minstrel' rate control algorithm
by Felix Fietkau
· 16 years ago