summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/rc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-04-121-7/+1
|\
| * simple_open: automatically convert to simple_open()Stephen Boyd2012-04-051-7/+1
* | mac80211: notify driver of rate control updatesJohannes Berg2012-04-101-1/+1
* | mac80211: remove channel type argument from rate_updateJohannes Berg2012-04-101-3/+2
|/
* ath9k: Fix multi-VIF BSS handlingSujith Manoharan2012-03-151-1/+2
* ath9k: Remove aggregation flagsSujith Manoharan2012-03-151-5/+4
* ath9k: completely zero intialize valid_phy_rate_idxMohammed Shafi Shajakhan2012-03-051-1/+1
* ath9k: avoid useless cast from (struct ath_rateset *) to (u8 *) and backPavel Roskin2012-02-271-4/+2
* ath9k: stop on rates with idx -1 in ath9k rate control's .tx_statusPavel Roskin2012-02-151-1/+1
* ath9k: use WARN_ON_ONCE in ath_rc_get_highest_rixJohn W. Linville2012-02-031-1/+1
* ath: Convert ath_dbg(bar, ATH_DBG_<FOO>, to ath_dbg(bar, FOOJoe Perches2011-12-191-4/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-12-141-1/+3
|\
| * ath9k: fix max phy rate at rate control initRajkumar Manoharan2011-12-121-1/+3
* | drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-10-311-0/+1
|/
* ath9k: Remove unnecessary AMPDU check at tx statusRajkumar Manoharan2011-09-301-6/+0
* ath9k: Change rate control to use legacy rate as last MRRRajkumar Manoharan2011-08-241-7/+27
* ath9k: optimize rate control statisticsMohammed Shafi Shajakhan2011-08-101-2/+2
* ath9k: remove an unnecessary function declarationMohammed Shafi Shajakhan2011-07-111-26/+24
* ath9k: use standard max(), remove A_MAX macroPavel Roskin2011-06-171-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2....John W. Linville2011-05-271-1/+2
|\
| * ath9k: set 40 Mhz rate only if hw is configured in ht40Rajkumar Manoharan2011-05-261-1/+2
* | Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next...John W. Linville2011-05-241-1/+1
|\ \ | |/
| * ath9k: Drag the driver to the year 2011Sujith Manoharan2011-05-191-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-05-051-8/+4
|\ \ | |/
| * ath9k: Fix warnings from -Wunused-but-set-variableSujith Manoharan2011-04-251-8/+4
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-04-251-2/+1
|\ \ | |/
| * ath9k: index out of boundsroel2011-04-121-2/+1
* | Fix common misspellingsLucas De Marchi2011-03-311-1/+1
|/
* ath9k: Fix kernel panic caused by invalid rate index access.Senthil Balasubramanian2011-03-231-1/+1
* ath9k: fold struct ath_wiphy into struct ath_softcFelix Fietkau2011-01-281-2/+1
* ath9k : few rate control clean upsMohammed Shafi Shajakhan2011-01-041-8/+8
* mac80211: Add timeout to BA session start APISujith Manoharan2010-12-151-1/+1
* ath: Convert ath_print to ath_dbgJoe Perches2010-12-071-7/+7
* ath: Convert ath_print(.., ATH_DBG_FATAL to ath_errJoe Perches2010-12-071-2/+2
* ath9k: avoid aggregation for VO trafficLuis R. Rodriguez2010-11-241-1/+2
* ath9k: Use static constJoe Perches2010-11-221-3/+3
* ath9k: handle tx underrun in the driver instead of rate controlFelix Fietkau2010-11-161-18/+0
* ath9k: remove the unnecessary private xretry tx flagFelix Fietkau2010-11-161-1/+1
* ath9k: Properly assign boolean typesMohammed Shafi Shajakhan2010-11-151-7/+5
* ath9k: Remove the median function in rate controlMohammed Shafi Shajakhan2010-11-091-19/+0
* ath9k: Fix incorrect access of rate flags in RCMohammed Shafi Shajakhan2010-10-291-1/+1
* ath9k_hw: remove enum wireless_mode and its usersFelix Fietkau2010-10-151-34/+7
* ath9k: remove sc->cur_rate_table and sc->cur_rate_modeFelix Fietkau2010-10-151-16/+8
* ath9k: make rate control debugfs stats per stationFelix Fietkau2010-10-151-2/+113
* ath9k: Fix documentation in rate controlMohammed Shafi Shajakhan2010-10-131-1/+1
* ath9k: built-in rate control A-MPDU fixBjörn Smedman2010-10-111-0/+6
* ath9k: move ath_tx_aggr_check() to the rate control moduleFelix Fietkau2010-09-211-0/+16
* ath9k: remove unused base_index from rate table.Senthil Balasubramanian2010-07-271-160/+160
* ath9k: Fix incorrect user ratekbs of MCS15 ShortGISenthil Balasubramanian2010-07-271-1/+1
* ath9k: Add three stream rate control support for AR938X.Senthil Balasubramanian2010-07-271-208/+320
OpenPOWER on IntegriCloud