aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/rc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-28ath9k: fold struct ath_wiphy into struct ath_softcFelix Fietkau1-2/+1
2011-01-04ath9k : few rate control clean upsMohammed Shafi Shajakhan1-8/+8
2010-12-15mac80211: Add timeout to BA session start APISujith Manoharan1-1/+1
2010-12-07ath: Convert ath_print to ath_dbgJoe Perches1-7/+7
2010-12-07ath: Convert ath_print(.., ATH_DBG_FATAL to ath_errJoe Perches1-2/+2
2010-11-24ath9k: avoid aggregation for VO trafficLuis R. Rodriguez1-1/+2
2010-11-22ath9k: Use static constJoe Perches1-3/+3
2010-11-16ath9k: handle tx underrun in the driver instead of rate controlFelix Fietkau1-18/+0
2010-11-16ath9k: remove the unnecessary private xretry tx flagFelix Fietkau1-1/+1
2010-11-15ath9k: Properly assign boolean typesMohammed Shafi Shajakhan1-7/+5
2010-11-09ath9k: Remove the median function in rate controlMohammed Shafi Shajakhan1-19/+0
2010-10-29ath9k: Fix incorrect access of rate flags in RCMohammed Shafi Shajakhan1-1/+1
2010-10-15ath9k_hw: remove enum wireless_mode and its usersFelix Fietkau1-34/+7
2010-10-15ath9k: remove sc->cur_rate_table and sc->cur_rate_modeFelix Fietkau1-16/+8
2010-10-15ath9k: make rate control debugfs stats per stationFelix Fietkau1-2/+113
2010-10-13ath9k: Fix documentation in rate controlMohammed Shafi Shajakhan1-1/+1
2010-10-11ath9k: built-in rate control A-MPDU fixBjörn Smedman1-0/+6
2010-09-21ath9k: move ath_tx_aggr_check() to the rate control moduleFelix Fietkau1-0/+16
2010-07-27ath9k: remove unused base_index from rate table.Senthil Balasubramanian1-160/+160
2010-07-27ath9k: Fix incorrect user ratekbs of MCS15 ShortGISenthil Balasubramanian1-1/+1
2010-07-27ath9k: Add three stream rate control support for AR938X.Senthil Balasubramanian1-208/+320
2010-07-27ath9k: Introduce bit masks for valid and valid_single_stream.Senthil Balasubramanian1-129/+122
2010-06-14ath9k/ath9k_htc: remove redundand checks for dual-stream tx supportFelix Fietkau1-5/+2
2010-06-04ath9k: Fix bug in rate tableVasanthakumar Thiagarajan1-2/+2
2010-06-02ath9k: Enable Short GI in 20 Mhz for ar9287 and later chipsVasanthakumar Thiagarajan1-79/+94
2010-04-23Merge branch 'master' into for-davemJohn W. Linville1-0/+13
2010-04-20ath9k: set the STBC flag in rate control if the peer supports itFelix Fietkau1-0/+4
2010-04-16ath9k: add LDPC supportLuis R. Rodriguez1-0/+9
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+2
2010-03-10ath9k: fix rate control tx status handling for A-MPDUFelix Fietkau1-2/+6
2010-03-03mac80211: Fix HT rate control configurationSujith1-3/+3
2010-02-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-8/+7
2010-02-19ath9k: fix rate control fallback rate selectionFelix Fietkau1-8/+7
2010-02-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-6/+6
2010-01-25ath9k: improve max rate retry handlingFelix Fietkau1-6/+6
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-11-28ath9k: Fix maximum tx fifo settings for single stream devicesLuis R. Rodriguez1-4/+8
2009-11-28ath9k: clean up rc rate tableFelix Fietkau1-217/+109
2009-11-28ath9k: properly use the mac80211 rate control apiFelix Fietkau1-156/+155
2009-11-18mac80211: convert aggregation to operate on vifs/stasJohannes Berg1-1/+1
2009-11-18ath9k: get rid of tx_info_privFelix Fietkau1-36/+35
2009-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2009-10-30ath9k: fix misplaced semicolon on rate controlLuis R. Rodriguez1-1/+1
2009-10-07ath9k: remove driver ASSERT, just use BUG_ON()Luis R. Rodriguez1-4/+4
2009-10-07atheros: add common debug printingLuis R. Rodriguez1-13/+15
2009-10-07ath9k: use ath_hw for DPRINTF() and debug init/exitLuis R. Rodriguez1-6/+9
2009-08-04ath9k: Maintain monotonicity of PER while going across different phyVasanthakumar Thiagarajan1-3/+0
2009-08-04ath9k: Update rate control for 11NA HT40 modeVasanthakumar Thiagarajan1-3/+1