| Commit message (Expand) | Author | Age | Files | Lines |
* | ath9k: Remove ath9k rate control | Sujith Manoharan | 2014-02-12 | 1 | -1494/+0 |
* | mac80211: remove module handling from rate control ops | Johannes Berg | 2014-02-04 | 1 | -1/+0 |
* | mac80211: make rate control ops const | Johannes Berg | 2014-02-04 | 1 | -1/+1 |
* | ath9k: replace snprintf() with scnprintf() | Zefir Kurtisi | 2013-09-26 | 1 | -16/+16 |
* | ath9k: set 5/10 MHz supported channels and fix bitrate | Simon Wunderlich | 2013-08-16 | 1 | -0/+5 |
* | ath9k: use chandef instead of channel_type | Simon Wunderlich | 2013-08-16 | 1 | -2/+2 |
* | mac80211/rc80211: add chandef to rate initialization | Simon Wunderlich | 2013-07-16 | 1 | -0/+2 |
* | ath9k: prevent aggregation session deadlocks | Felix Fietkau | 2013-05-22 | 1 | -4/+1 |
* | mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chan | Karl Beldan | 2013-03-25 | 1 | -2/+2 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2013-02-18 | 1 | -1/+1 |
|\ |
|
| * | mac80211: stop toggling IEEE80211_HT_CAP_SUP_WIDTH_20_40 | Johannes Berg | 2013-02-15 | 1 | -1/+1 |
* | | drivers: net: Remove remaining alloc/OOM messages | Joe Perches | 2013-02-08 | 1 | -11/+1 |
|/ |
|
* | ath9k: Fix rate control debugging | Sujith Manoharan | 2012-11-21 | 1 | -18/+18 |
* | ath9k: Fill remove_sta_debugfs() callback | Sujith Manoharan | 2012-11-21 | 1 | -4/+13 |
* | ath9k: Enable SGI correctly | Sujith Manoharan | 2012-09-24 | 1 | -4/+7 |
* | ath9k: tune rc_stats to display only valid rates | Rajkumar Manoharan | 2012-08-10 | 1 | -2/+3 |
* | ath9k: Trim rate table | Sujith Manoharan | 2012-08-10 | 1 | -176/+174 |
* | ath9k: Remove MIMO-PS specific code | Sujith Manoharan | 2012-08-10 | 1 | -9/+0 |
* | ath9k: Cleanup TX status API | Sujith Manoharan | 2012-08-10 | 1 | -42/+29 |
* | ath9k: Bail out properly before calculating rate index | Sujith Manoharan | 2012-08-10 | 1 | -13/+11 |
* | ath9k: Fix RTS/CTS rate selection | Sujith Manoharan | 2012-08-10 | 1 | -27/+14 |
* | ath9k: Do not set IEEE80211_TX_RC_USE_SHORT_PREAMBLE | Sujith Manoharan | 2012-08-10 | 1 | -2/+0 |
* | ath9k: Unify valid rate calculation routines | Sujith Manoharan | 2012-08-10 | 1 | -35/+39 |
* | ath9k: Remove ath_rc_set_valid_rate_idx | Sujith Manoharan | 2012-08-10 | 1 | -10/+3 |
* | ath9k: Change rateset calculation | Sujith Manoharan | 2012-08-10 | 1 | -26/+9 |
* | ath9k: Cleanup index retrieval routines | Sujith Manoharan | 2012-08-10 | 1 | -29/+27 |
* | ath9k: Cleanup ath_rc_setvalid_htrates | Sujith Manoharan | 2012-08-10 | 1 | -8/+9 |
* | ath9k: Cleanup ath_rc_setvalid_rates | Sujith Manoharan | 2012-08-10 | 1 | -28/+21 |
* | ath9k: Cleanup RC init API | Sujith Manoharan | 2012-08-10 | 1 | -64/+35 |
* | ath9k: Simplify rate table initialization | Sujith Manoharan | 2012-08-10 | 1 | -48/+17 |
* | ath9k: choose legacy rate as last rate of MRR series | Rajkumar Manoharan | 2012-06-13 | 1 | -9/+8 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2012-04-12 | 1 | -7/+1 |
|\ |
|
| * | simple_open: automatically convert to simple_open() | Stephen Boyd | 2012-04-05 | 1 | -7/+1 |
* | | mac80211: notify driver of rate control updates | Johannes Berg | 2012-04-10 | 1 | -1/+1 |
* | | mac80211: remove channel type argument from rate_update | Johannes Berg | 2012-04-10 | 1 | -3/+2 |
|/ |
|
* | ath9k: Fix multi-VIF BSS handling | Sujith Manoharan | 2012-03-15 | 1 | -1/+2 |
* | ath9k: Remove aggregation flags | Sujith Manoharan | 2012-03-15 | 1 | -5/+4 |
* | ath9k: completely zero intialize valid_phy_rate_idx | Mohammed Shafi Shajakhan | 2012-03-05 | 1 | -1/+1 |
* | ath9k: avoid useless cast from (struct ath_rateset *) to (u8 *) and back | Pavel Roskin | 2012-02-27 | 1 | -4/+2 |
* | ath9k: stop on rates with idx -1 in ath9k rate control's .tx_status | Pavel Roskin | 2012-02-15 | 1 | -1/+1 |
* | ath9k: use WARN_ON_ONCE in ath_rc_get_highest_rix | John W. Linville | 2012-02-03 | 1 | -1/+1 |
* | ath: Convert ath_dbg(bar, ATH_DBG_<FOO>, to ath_dbg(bar, FOO | Joe Perches | 2011-12-19 | 1 | -4/+3 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2011-12-14 | 1 | -1/+3 |
|\ |
|
| * | ath9k: fix max phy rate at rate control init | Rajkumar Manoharan | 2011-12-12 | 1 | -1/+3 |
* | | drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE | Paul Gortmaker | 2011-10-31 | 1 | -0/+1 |
|/ |
|
* | ath9k: Remove unnecessary AMPDU check at tx status | Rajkumar Manoharan | 2011-09-30 | 1 | -6/+0 |
* | ath9k: Change rate control to use legacy rate as last MRR | Rajkumar Manoharan | 2011-08-24 | 1 | -7/+27 |
* | ath9k: optimize rate control statistics | Mohammed Shafi Shajakhan | 2011-08-10 | 1 | -2/+2 |
* | ath9k: remove an unnecessary function declaration | Mohammed Shafi Shajakhan | 2011-07-11 | 1 | -26/+24 |
* | ath9k: use standard max(), remove A_MAX macro | Pavel Roskin | 2011-06-17 | 1 | -3/+3 |