aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/rc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-07-24ath9k: Nuke struct ath_tx_ratectrl_stateVasanthakumar Thiagarajan1-25/+25
2009-07-24ath9k: Use probe interval instead of rssi reduce intervalVasanthakumar Thiagarajan1-5/+1
2009-07-24ath9k: Remove unused members from rate control structureVasanthakumar Thiagarajan1-108/+108
2009-07-24ath9k: Remove dead code in rate controlVasanthakumar Thiagarajan1-159/+4
2009-07-24ath9k: remove rate control wraperLuis R. Rodriguez1-16/+7
2009-07-24mac80211: add helper for management / no-ack frame rate decisionLuis R. Rodriguez1-13/+1
2009-07-24ath9k: remove unnecessary IEEE80211_TX_CTL_NO_ACK checksLuis R. Rodriguez1-4/+2
2009-07-24ath9k: rename ath_rc_ratefind_ht() to ath_rc_get_highest_rix()Luis R. Rodriguez1-5/+6
2009-07-24ath9k: remove ATH9K_MODE_11BLuis R. Rodriguez1-23/+0
2009-07-24ath9k: remove unused ath_rc_isvalid_txmask()Luis R. Rodriguez1-7/+0
2009-07-24ath9k: rename ath_rc_get_nextlowervalid_txrate()Luis R. Rodriguez1-9/+7
2009-07-24ath9k: remove pointless wrapper ath_rc_rate_getidx()Luis R. Rodriguez1-17/+4
2009-07-24ath9k: remove unused stepdown when looking for the next rateLuis R. Rodriguez1-13/+8
2009-07-24ath9k: remove unused min rate calculation codeLuis R. Rodriguez1-24/+9
2009-07-24ath9k: cleanup try count for MRR in rate controlLuis R. Rodriguez1-9/+20
2009-07-24ath9k: downgrade assert in rc.c for invalid rateLuis R. Rodriguez1-4/+12
2009-05-06ath9k: make private driver rate tables constLuis R. Rodriguez1-29/+32
2009-05-06ath9k: Fix handling of retry count of NO_ACK framesGábor Stefanik1-4/+5
2009-04-24wireless: remove some (bogus?) 'may be used uninitialized' warningsJohn W. Linville1-1/+1
2009-04-22atheros: put atheros wireless drivers into ath/Luis R. Rodriguez1-0/+1752