summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/rc.c
AgeCommit message (Expand)Author
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd
2012-03-15ath9k: Fix multi-VIF BSS handlingSujith Manoharan
2012-03-15ath9k: Remove aggregation flagsSujith Manoharan
2012-03-05ath9k: completely zero intialize valid_phy_rate_idxMohammed Shafi Shajakhan
2012-02-27ath9k: avoid useless cast from (struct ath_rateset *) to (u8 *) and backPavel Roskin
2012-02-15ath9k: stop on rates with idx -1 in ath9k rate control's .tx_statusPavel Roskin
2012-02-03ath9k: use WARN_ON_ONCE in ath_rc_get_highest_rixJohn W. Linville
2011-12-19ath: Convert ath_dbg(bar, ATH_DBG_<FOO>, to ath_dbg(bar, FOOJoe Perches
2011-12-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-12-12ath9k: fix max phy rate at rate control initRajkumar Manoharan
2011-10-31drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker
2011-09-30ath9k: Remove unnecessary AMPDU check at tx statusRajkumar Manoharan
2011-08-24ath9k: Change rate control to use legacy rate as last MRRRajkumar Manoharan
2011-08-10ath9k: optimize rate control statisticsMohammed Shafi Shajakhan
2011-07-11ath9k: remove an unnecessary function declarationMohammed Shafi Shajakhan
2011-06-17ath9k: use standard max(), remove A_MAX macroPavel Roskin
2011-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2....John W. Linville
2011-05-26ath9k: set 40 Mhz rate only if hw is configured in ht40Rajkumar Manoharan
2011-05-24Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next...John W. Linville
2011-05-19ath9k: Drag the driver to the year 2011Sujith Manoharan
2011-05-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-04-25ath9k: Fix warnings from -Wunused-but-set-variableSujith Manoharan
2011-04-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-04-12ath9k: index out of boundsroel
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-23ath9k: Fix kernel panic caused by invalid rate index access.Senthil Balasubramanian
2011-01-28ath9k: fold struct ath_wiphy into struct ath_softcFelix Fietkau
2011-01-04ath9k : few rate control clean upsMohammed Shafi Shajakhan
2010-12-15mac80211: Add timeout to BA session start APISujith Manoharan
2010-12-07ath: Convert ath_print to ath_dbgJoe Perches
2010-12-07ath: Convert ath_print(.., ATH_DBG_FATAL to ath_errJoe Perches
2010-11-24ath9k: avoid aggregation for VO trafficLuis R. Rodriguez
2010-11-22ath9k: Use static constJoe Perches
2010-11-16ath9k: handle tx underrun in the driver instead of rate controlFelix Fietkau
2010-11-16ath9k: remove the unnecessary private xretry tx flagFelix Fietkau
2010-11-15ath9k: Properly assign boolean typesMohammed Shafi Shajakhan
2010-11-09ath9k: Remove the median function in rate controlMohammed Shafi Shajakhan
2010-10-29ath9k: Fix incorrect access of rate flags in RCMohammed Shafi Shajakhan
2010-10-15ath9k_hw: remove enum wireless_mode and its usersFelix Fietkau
2010-10-15ath9k: remove sc->cur_rate_table and sc->cur_rate_modeFelix Fietkau
2010-10-15ath9k: make rate control debugfs stats per stationFelix Fietkau
2010-10-13ath9k: Fix documentation in rate controlMohammed Shafi Shajakhan
2010-10-11ath9k: built-in rate control A-MPDU fixBjörn Smedman
2010-09-21ath9k: move ath_tx_aggr_check() to the rate control moduleFelix Fietkau
2010-07-27ath9k: remove unused base_index from rate table.Senthil Balasubramanian
2010-07-27ath9k: Fix incorrect user ratekbs of MCS15 ShortGISenthil Balasubramanian
2010-07-27ath9k: Add three stream rate control support for AR938X.Senthil Balasubramanian
2010-07-27ath9k: Introduce bit masks for valid and valid_single_stream.Senthil Balasubramanian
2010-06-14ath9k/ath9k_htc: remove redundand checks for dual-stream tx supportFelix Fietkau
2010-06-04ath9k: Fix bug in rate tableVasanthakumar Thiagarajan