summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/rc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ath9k: Introduce bit masks for valid and valid_single_stream.Senthil Balasubramanian2010-07-271-129/+122Star
* ath9k/ath9k_htc: remove redundand checks for dual-stream tx supportFelix Fietkau2010-06-141-5/+2Star
* ath9k: Fix bug in rate tableVasanthakumar Thiagarajan2010-06-041-2/+2
* ath9k: Enable Short GI in 20 Mhz for ar9287 and later chipsVasanthakumar Thiagarajan2010-06-021-79/+94
* Merge branch 'master' into for-davemJohn W. Linville2010-04-231-0/+13
|\
| * ath9k: set the STBC flag in rate control if the peer supports itFelix Fietkau2010-04-201-0/+4
| * ath9k: add LDPC supportLuis R. Rodriguez2010-04-161-0/+9
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+2
|\ \ | |/ |/|
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+2
* | ath9k: fix rate control tx status handling for A-MPDUFelix Fietkau2010-03-101-2/+6
|/
* mac80211: Fix HT rate control configurationSujith2010-03-031-3/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-02-261-8/+7Star
|\
| * ath9k: fix rate control fallback rate selectionFelix Fietkau2010-02-191-8/+7Star
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-02-041-6/+6
|\|
| * ath9k: improve max rate retry handlingFelix Fietkau2010-01-251-6/+6
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-101-1/+1
|\ \ | |/ |/|
| * tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
* | ath9k: Fix maximum tx fifo settings for single stream devicesLuis R. Rodriguez2009-11-281-4/+8
* | ath9k: clean up rc rate tableFelix Fietkau2009-11-281-217/+109Star
* | ath9k: properly use the mac80211 rate control apiFelix Fietkau2009-11-281-156/+155Star
* | mac80211: convert aggregation to operate on vifs/stasJohannes Berg2009-11-181-1/+1
* | ath9k: get rid of tx_info_privFelix Fietkau2009-11-181-36/+35Star
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-061-1/+1
|\|
| * ath9k: fix misplaced semicolon on rate controlLuis R. Rodriguez2009-10-301-1/+1
* | ath9k: remove driver ASSERT, just use BUG_ON()Luis R. Rodriguez2009-10-071-4/+4
* | atheros: add common debug printingLuis R. Rodriguez2009-10-071-13/+15
* | ath9k: use ath_hw for DPRINTF() and debug init/exitLuis R. Rodriguez2009-10-071-6/+9
|/
* ath9k: Maintain monotonicity of PER while going across different phyVasanthakumar Thiagarajan2009-08-041-3/+0Star
* ath9k: Update rate control for 11NA HT40 modeVasanthakumar Thiagarajan2009-08-041-3/+1Star
* ath9k: Nuke struct ath_tx_ratectrl_stateVasanthakumar Thiagarajan2009-07-241-25/+25
* ath9k: Use probe interval instead of rssi reduce intervalVasanthakumar Thiagarajan2009-07-241-5/+1Star
* ath9k: Remove unused members from rate control structureVasanthakumar Thiagarajan2009-07-241-108/+108
* ath9k: Remove dead code in rate controlVasanthakumar Thiagarajan2009-07-241-159/+4Star
* ath9k: remove rate control wraperLuis R. Rodriguez2009-07-241-16/+7Star
* mac80211: add helper for management / no-ack frame rate decisionLuis R. Rodriguez2009-07-241-13/+1Star
* ath9k: remove unnecessary IEEE80211_TX_CTL_NO_ACK checksLuis R. Rodriguez2009-07-241-4/+2Star
* ath9k: rename ath_rc_ratefind_ht() to ath_rc_get_highest_rix()Luis R. Rodriguez2009-07-241-5/+6
* ath9k: remove ATH9K_MODE_11BLuis R. Rodriguez2009-07-241-23/+0Star
* ath9k: remove unused ath_rc_isvalid_txmask()Luis R. Rodriguez2009-07-241-7/+0Star
* ath9k: rename ath_rc_get_nextlowervalid_txrate()Luis R. Rodriguez2009-07-241-9/+7Star
* ath9k: remove pointless wrapper ath_rc_rate_getidx()Luis R. Rodriguez2009-07-241-17/+4Star
* ath9k: remove unused stepdown when looking for the next rateLuis R. Rodriguez2009-07-241-13/+8Star
* ath9k: remove unused min rate calculation codeLuis R. Rodriguez2009-07-241-24/+9Star
* ath9k: cleanup try count for MRR in rate controlLuis R. Rodriguez2009-07-241-9/+20
* ath9k: downgrade assert in rc.c for invalid rateLuis R. Rodriguez2009-07-241-4/+12
* ath9k: make private driver rate tables constLuis R. Rodriguez2009-05-061-29/+32