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