summaryrefslogtreecommitdiffstats
path: root/net/mac80211/rc80211_minstrel_ht.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: minstrel_ht: sample_table can be __read_mostlyJohannes Berg2014-02-041-3/+2
* 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
|\
| * mac80211: use capped prob when computing throughputsKarl Beldan2013-11-251-1/+1
| * mac80211: minstrel_ht: fix rates selectionKarl Beldan2013-11-251-2/+3
* | mac80211: minstrel_ht: do not sample unsupported ratesKarl Beldan2013-11-251-3/+7
* | mac80211: minstrels: spare numerous useless calls to get_random_bytesKarl Beldan2013-11-251-2/+1
* | mac80211: minstrel_ht: replace some occurences of MCS_GROUP_RATESKarl Beldan2013-11-251-5/+4
|/
* mac80211: do not override fixed_rate_idx in minstrel_ht_update_statsLorenzo Bianconi2013-09-261-10/+13
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-08-281-2/+1
|\
| * mac80211: minstrel_ht: don't use control.flags in TX status pathJohannes Berg2013-08-221-2/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-08-281-0/+3
|\ \
| * | mac80211: add a flag to indicate CCK support for HT clientsFelix Fietkau2013-08-211-0/+3
* | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-08-161-2/+3
|\ \ \ | | |/ | |/|
| * | mac80211: add control port protocol TX control flagJohannes Berg2013-08-121-2/+3
* | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-08-011-5/+10
|\ \ \ | |/ / | | / | |/ |/|
| * mac80211: fix timing for 5 MHz and 10 MHz channelsSimon Wunderlich2013-07-161-2/+3
| * mac80211/rc80211: add chandef to rate initializationSimon Wunderlich2013-07-161-3/+7
* | mac80211/minstrel_ht: fix cck rate samplingFelix Fietkau2013-07-161-1/+9
|/
* mac80211/minstrel_ht: use the new rate control APIFelix Fietkau2013-04-221-68/+82
* mac80211: minstrel_ht: initialize rates selectionKarl Beldan2013-04-221-0/+3
* mac80211: minstrel_ht: pick only supported rates for sta and group max*ratesKarl Beldan2013-04-221-6/+15
* mac80211/minstrel_ht: do not sample actively used ratesFelix Fietkau2013-03-181-2/+5
* mac80211/minstrel_ht: avoid useless sampling of high-probability slower ratesFelix Fietkau2013-03-181-3/+3
* mac80211/minstrel_ht: improve rate selection stabilityFelix Fietkau2013-03-181-1/+10
* mac80211: add lowest rate into minstrel's random rate sampling tableThomas Huehn2013-03-061-1/+0
* mac80211: merge EWMA calculation of minstrel_ht and minstrelThomas Huehn2013-03-061-10/+0
* mac80211/minstrel_ht: disable multiple consecutive sample attemptsFelix Fietkau2013-03-061-1/+1
* mac80211/minstrel_ht: fix spacing between sample attemptsFelix Fietkau2013-03-061-1/+1
* mac80211/minstrel_ht: increase sampling frequency of some slower ratesFelix Fietkau2013-03-061-8/+12
* minstrel_ht: increase sampling frequencyFelix Fietkau2013-03-061-2/+2
* mac80211/minstrel_ht: improve max_prob_rate selectionFelix Fietkau2013-03-061-8/+19
* mac80211/minstrel_ht: improve accuracy of throughput metric at high data ratesFelix Fietkau2013-03-061-10/+13
* mac80211: stop modifying HT SMPS capabilityJohannes Berg2013-02-151-5/+1
* mac80211: stop toggling IEEE80211_HT_CAP_SUP_WIDTH_20_40Johannes Berg2013-02-151-10/+9
* mac80211/minstrel_ht: add support for using CCK ratesFelix Fietkau2013-02-131-17/+135
* mac80211/minstrel_ht: remove the sampling bypass check for the lowest rateFelix Fietkau2013-02-111-4/+0
* mac80211: simplify loop in minstrel_htJohannes Berg2012-11-301-5/+3
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-07-121-2/+6
|\
| * minstrel_ht: enable frame aggregation for fixed rateSylvain Roger Rieunier2012-07-121-2/+6
* | mac80211: correct size the argument to kzalloc in minstrel_htThomas Huehn2012-07-091-1/+1
|/
* mac80211: remove hw.conf.channel usage where possibleMichal Kazior2012-04-131-3/+2
* mac80211: remove channel type argument from rate_updateJohannes Berg2012-04-101-11/+4
* mac80211: Don't sample max throughput rate in minstrel_htHelmut Schaa2012-03-151-0/+7
* mac80211: Disable MCS > 7 in minstrel_ht when STA uses static SMPSHelmut Schaa2012-03-121-0/+9
* minstrel_ht: Remove unused function parametersPatrick Kelle2011-11-171-14/+12
* mac80211: Get rid of search loop for rate group indexHelmut Schaa2011-11-171-16/+16
* mac80211: Check rate->idx before rate->countHelmut Schaa2011-11-171-2/+2
* mac80211: max_tp_rate2 management of minstrel_htLorenzo Bianconi2011-09-301-0/+2
OpenPOWER on IntegriCloud