aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/rc.c
AgeCommit message (Expand)Author
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
2010-06-02ath9k: Enable Short GI in 20 Mhz for ar9287 and later chipsVasanthakumar Thiagarajan
2010-04-23Merge branch 'master' into for-davemJohn W. Linville
2010-04-20ath9k: set the STBC flag in rate control if the peer supports itFelix Fietkau
2010-04-16ath9k: add LDPC supportLuis R. Rodriguez
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-10ath9k: fix rate control tx status handling for A-MPDUFelix Fietkau
2010-03-03mac80211: Fix HT rate control configurationSujith
2010-02-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2010-02-19ath9k: fix rate control fallback rate selectionFelix Fietkau
2010-02-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2010-01-25ath9k: improve max rate retry handlingFelix Fietkau
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa
2009-11-28ath9k: Fix maximum tx fifo settings for single stream devicesLuis R. Rodriguez
2009-11-28ath9k: clean up rc rate tableFelix Fietkau
2009-11-28ath9k: properly use the mac80211 rate control apiFelix Fietkau
2009-11-18mac80211: convert aggregation to operate on vifs/stasJohannes Berg
2009-11-18ath9k: get rid of tx_info_privFelix Fietkau
2009-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-10-30ath9k: fix misplaced semicolon on rate controlLuis R. Rodriguez
2009-10-07ath9k: remove driver ASSERT, just use BUG_ON()Luis R. Rodriguez
2009-10-07atheros: add common debug printingLuis R. Rodriguez
2009-10-07ath9k: use ath_hw for DPRINTF() and debug init/exitLuis R. Rodriguez
2009-08-04ath9k: Maintain monotonicity of PER while going across different phyVasanthakumar Thiagarajan
2009-08-04ath9k: Update rate control for 11NA HT40 modeVasanthakumar Thiagarajan
2009-07-24ath9k: Nuke struct ath_tx_ratectrl_stateVasanthakumar Thiagarajan