Age | Commit message (Expand) | Author |
2012-03-05 | ath9k: completely zero intialize valid_phy_rate_idx | Mohammed Shafi Shajakhan |
2012-02-27 | ath9k: avoid useless cast from (struct ath_rateset *) to (u8 *) and back | Pavel Roskin |
2012-02-15 | ath9k: stop on rates with idx -1 in ath9k rate control's .tx_status | Pavel Roskin |
2012-02-03 | ath9k: use WARN_ON_ONCE in ath_rc_get_highest_rix | John W. Linville |
2011-12-19 | ath: Convert ath_dbg(bar, ATH_DBG_<FOO>, to ath_dbg(bar, FOO | Joe Perches |
2011-12-14 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville |
2011-12-12 | ath9k: fix max phy rate at rate control init | Rajkumar Manoharan |
2011-10-31 | drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE | Paul Gortmaker |
2011-09-30 | ath9k: Remove unnecessary AMPDU check at tx status | Rajkumar Manoharan |
2011-08-24 | ath9k: Change rate control to use legacy rate as last MRR | Rajkumar Manoharan |
2011-08-10 | ath9k: optimize rate control statistics | Mohammed Shafi Shajakhan |
2011-07-11 | ath9k: remove an unnecessary function declaration | Mohammed Shafi Shajakhan |
2011-06-17 | ath9k: use standard max(), remove A_MAX macro | Pavel Roskin |
2011-05-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.... | John W. Linville |
2011-05-26 | ath9k: set 40 Mhz rate only if hw is configured in ht40 | Rajkumar Manoharan |
2011-05-24 | Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next... | John W. Linville |
2011-05-19 | ath9k: Drag the driver to the year 2011 | Sujith Manoharan |
2011-05-05 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville |
2011-04-25 | ath9k: Fix warnings from -Wunused-but-set-variable | Sujith Manoharan |
2011-04-25 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville |
2011-04-12 | ath9k: index out of bounds | roel |
2011-03-31 | Fix common misspellings | Lucas De Marchi |
2011-03-23 | ath9k: Fix kernel panic caused by invalid rate index access. | Senthil Balasubramanian |
2011-01-28 | ath9k: fold struct ath_wiphy into struct ath_softc | Felix Fietkau |
2011-01-04 | ath9k : few rate control clean ups | Mohammed Shafi Shajakhan |
2010-12-15 | mac80211: Add timeout to BA session start API | Sujith Manoharan |
2010-12-07 | ath: Convert ath_print to ath_dbg | Joe Perches |
2010-12-07 | ath: Convert ath_print(.., ATH_DBG_FATAL to ath_err | Joe Perches |
2010-11-24 | ath9k: avoid aggregation for VO traffic | Luis R. Rodriguez |
2010-11-22 | ath9k: Use static const | Joe Perches |
2010-11-16 | ath9k: handle tx underrun in the driver instead of rate control | Felix Fietkau |
2010-11-16 | ath9k: remove the unnecessary private xretry tx flag | Felix Fietkau |
2010-11-15 | ath9k: Properly assign boolean types | Mohammed Shafi Shajakhan |
2010-11-09 | ath9k: Remove the median function in rate control | Mohammed Shafi Shajakhan |
2010-10-29 | ath9k: Fix incorrect access of rate flags in RC | Mohammed Shafi Shajakhan |
2010-10-15 | ath9k_hw: remove enum wireless_mode and its users | Felix Fietkau |
2010-10-15 | ath9k: remove sc->cur_rate_table and sc->cur_rate_mode | Felix Fietkau |
2010-10-15 | ath9k: make rate control debugfs stats per station | Felix Fietkau |
2010-10-13 | ath9k: Fix documentation in rate control | Mohammed Shafi Shajakhan |
2010-10-11 | ath9k: built-in rate control A-MPDU fix | Björn Smedman |
2010-09-21 | ath9k: move ath_tx_aggr_check() to the rate control module | Felix Fietkau |
2010-07-27 | ath9k: remove unused base_index from rate table. | Senthil Balasubramanian |
2010-07-27 | ath9k: Fix incorrect user ratekbs of MCS15 ShortGI | Senthil Balasubramanian |
2010-07-27 | ath9k: Add three stream rate control support for AR938X. | Senthil Balasubramanian |
2010-07-27 | ath9k: Introduce bit masks for valid and valid_single_stream. | Senthil Balasubramanian |
2010-06-14 | ath9k/ath9k_htc: remove redundand checks for dual-stream tx support | Felix Fietkau |
2010-06-04 | ath9k: Fix bug in rate table | Vasanthakumar Thiagarajan |
2010-06-02 | ath9k: Enable Short GI in 20 Mhz for ar9287 and later chips | Vasanthakumar Thiagarajan |
2010-04-23 | Merge branch 'master' into for-davem | John W. Linville |
2010-04-20 | ath9k: set the STBC flag in rate control if the peer supports it | Felix Fietkau |