| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber... | John W. Linville | 2013-08-28 | 1 | -2/+1 |
|\ |
|
| * | mac80211: minstrel_ht: don't use control.flags in TX status path | Johannes Berg | 2013-08-22 | 1 | -2/+1 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2013-08-28 | 1 | -0/+3 |
|\ \ |
|
| * | | mac80211: add a flag to indicate CCK support for HT clients | Felix Fietkau | 2013-08-21 | 1 | -0/+3 |
* | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber... | John W. Linville | 2013-08-16 | 1 | -2/+3 |
|\ \ \
| | |/
| |/| |
|
| * | | mac80211: add control port protocol TX control flag | Johannes Berg | 2013-08-12 | 1 | -2/+3 |
* | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber... | John W. Linville | 2013-08-01 | 1 | -5/+10 |
|\ \ \
| |/ /
| | /
| |/
|/| |
|
| * | mac80211: fix timing for 5 MHz and 10 MHz channels | Simon Wunderlich | 2013-07-16 | 1 | -2/+3 |
| * | mac80211/rc80211: add chandef to rate initialization | Simon Wunderlich | 2013-07-16 | 1 | -3/+7 |
* | | mac80211/minstrel_ht: fix cck rate sampling | Felix Fietkau | 2013-07-16 | 1 | -1/+9 |
|/ |
|
* | mac80211/minstrel_ht: use the new rate control API | Felix Fietkau | 2013-04-22 | 1 | -68/+82 |
* | mac80211: minstrel_ht: initialize rates selection | Karl Beldan | 2013-04-22 | 1 | -0/+3 |
* | mac80211: minstrel_ht: pick only supported rates for sta and group max*rates | Karl Beldan | 2013-04-22 | 1 | -6/+15 |
* | mac80211/minstrel_ht: do not sample actively used rates | Felix Fietkau | 2013-03-18 | 1 | -2/+5 |
* | mac80211/minstrel_ht: avoid useless sampling of high-probability slower rates | Felix Fietkau | 2013-03-18 | 1 | -3/+3 |
* | mac80211/minstrel_ht: improve rate selection stability | Felix Fietkau | 2013-03-18 | 1 | -1/+10 |
* | mac80211: add lowest rate into minstrel's random rate sampling table | Thomas Huehn | 2013-03-06 | 1 | -1/+0 |
* | mac80211: merge EWMA calculation of minstrel_ht and minstrel | Thomas Huehn | 2013-03-06 | 1 | -10/+0 |
* | mac80211/minstrel_ht: disable multiple consecutive sample attempts | Felix Fietkau | 2013-03-06 | 1 | -1/+1 |
* | mac80211/minstrel_ht: fix spacing between sample attempts | Felix Fietkau | 2013-03-06 | 1 | -1/+1 |
* | mac80211/minstrel_ht: increase sampling frequency of some slower rates | Felix Fietkau | 2013-03-06 | 1 | -8/+12 |
* | minstrel_ht: increase sampling frequency | Felix Fietkau | 2013-03-06 | 1 | -2/+2 |
* | mac80211/minstrel_ht: improve max_prob_rate selection | Felix Fietkau | 2013-03-06 | 1 | -8/+19 |
* | mac80211/minstrel_ht: improve accuracy of throughput metric at high data rates | Felix Fietkau | 2013-03-06 | 1 | -10/+13 |
* | mac80211: stop modifying HT SMPS capability | Johannes Berg | 2013-02-15 | 1 | -5/+1 |
* | mac80211: stop toggling IEEE80211_HT_CAP_SUP_WIDTH_20_40 | Johannes Berg | 2013-02-15 | 1 | -10/+9 |
* | mac80211/minstrel_ht: add support for using CCK rates | Felix Fietkau | 2013-02-13 | 1 | -17/+135 |
* | mac80211/minstrel_ht: remove the sampling bypass check for the lowest rate | Felix Fietkau | 2013-02-11 | 1 | -4/+0 |
* | mac80211: simplify loop in minstrel_ht | Johannes Berg | 2012-11-30 | 1 | -5/+3 |
* | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber... | John W. Linville | 2012-07-12 | 1 | -2/+6 |
|\ |
|
| * | minstrel_ht: enable frame aggregation for fixed rate | Sylvain Roger Rieunier | 2012-07-12 | 1 | -2/+6 |
* | | mac80211: correct size the argument to kzalloc in minstrel_ht | Thomas Huehn | 2012-07-09 | 1 | -1/+1 |
|/ |
|
* | mac80211: remove hw.conf.channel usage where possible | Michal Kazior | 2012-04-13 | 1 | -3/+2 |
* | mac80211: remove channel type argument from rate_update | Johannes Berg | 2012-04-10 | 1 | -11/+4 |
* | mac80211: Don't sample max throughput rate in minstrel_ht | Helmut Schaa | 2012-03-15 | 1 | -0/+7 |
* | mac80211: Disable MCS > 7 in minstrel_ht when STA uses static SMPS | Helmut Schaa | 2012-03-12 | 1 | -0/+9 |
* | minstrel_ht: Remove unused function parameters | Patrick Kelle | 2011-11-17 | 1 | -14/+12 |
* | mac80211: Get rid of search loop for rate group index | Helmut Schaa | 2011-11-17 | 1 | -16/+16 |
* | mac80211: Check rate->idx before rate->count | Helmut Schaa | 2011-11-17 | 1 | -2/+2 |
* | mac80211: max_tp_rate2 management of minstrel_ht | Lorenzo Bianconi | 2011-09-30 | 1 | -0/+2 |
* | minstrel_ht: fix Open BA session request floods | Christian Lamparter | 2011-09-14 | 1 | -1/+2 |
* | mac80211: Don't use EAPOL frames for rate sampling | Helmut Schaa | 2011-08-09 | 1 | -1/+7 |
* | minstrel_ht: fixed rate mode through debugfs | Zefir Kurtisi | 2011-06-01 | 1 | -0/+7 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2011-05-16 | 1 | -6/+21 |
|\ |
|
| * | mac80211: fix contention time computation in minstrel, minstrel_ht | Daniel Halperin | 2011-05-12 | 1 | -6/+21 |
* | | Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 | Linus Torvalds | 2011-04-07 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -1/+1 |
* | | mac80211: fix a crash in minstrel_ht in HT mode with no supported MCS rates | Felix Fietkau | 2011-03-28 | 1 | -7/+18 |
|/ |
|
* | mac80211: Shortcut minstrel_ht rate setup for non-MRR capable devices | Helmut Schaa | 2011-03-14 | 1 | -7/+34 |
* | mac80211: update minstrel_ht sample rate when probe is set | Daniel Halperin | 2011-03-09 | 1 | -10/+5 |