summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath9k/rc.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-27ath9k: Add PER to RC debug statisticsSujith1-1/+2
2009-02-27ath9k: Fix PTK/GTK handshake timeoutVasanthakumar Thiagarajan1-1/+2
2009-02-27ath9k: Add open loop control supportSenthil Balasubramanian1-1/+3
2009-02-13ath9k: Remove all the useless ah_ variable prefixesSujith1-6/+6
2009-02-13ath9k: Header file cleanupSujith1-1/+1
2009-02-11ath9k: Add retry counters to rate control debug fileSujith1-0/+2
2009-02-09ath9k: Add debugfs files for printing TX rate detailsSujith1-0/+2
2009-02-09ath9k: Handle mac80211's RC flags for MCS ratesSujith1-11/+71
2009-02-09ath9k: Cleanup get_rate() interfaceSujith1-39/+28
2009-02-09ath9k: Fix lockdep warningSujith1-16/+14
2009-01-30ath9k: Handle chainmask for A9280Sujith1-1/+1
2009-01-29ath9k: Fix bug in rate control capability registrationSujith1-1/+3
2009-01-29ath9k: Reorganize code in xmit.cSujith1-1/+1
2009-01-29ath9k: Update short guard interval in rate controlSujith1-0/+2
2009-01-29ath9k: rateCodeToIndex is not used, remove itSujith1-13/+0
2009-01-29ath9k: make use of conf_is_ht*() in the rest of the driverLuis R. Rodriguez1-2/+2
2009-01-16ath9k: Fix an operator typo in phy rate validationJouni Malinen1-1/+1
2008-12-19ath9k: Fix a NULL pointer dereference in ath_rate_getJouni Malinen1-1/+2
2008-12-12ath9k: Maintain rate table choice after associationSujith1-5/+4
2008-12-12ath9k: Fix bug in rate table managementSujith1-4/+5
2008-12-05ath9k: Replace ath9k_opmode with nl80211_iftypeColin McCabe1-3/+3
2008-12-05ath9k: Use cleaner debug masksSujith1-4/+3
2008-12-05ath9k: Handle channel initialization for AP modeSujith1-7/+48
2008-11-26ath9k: Code scrubSujith1-8/+1
2008-11-26ath9k: Dont update rate control for every AMPDUVasanthakumar Thiagarajan1-1/+2
2008-11-26ath9k: Use helpersSujith1-197/+189
2008-11-26ath9k: General code scrubSujith1-310/+236
2008-11-26ath9k: Remove ath9k_rate_tableSujith1-6/+45
2008-11-26ath9k: Use rate_driver_dataSujith1-84/+61
2008-11-26ath9k: Remove ath_rate_softcSujith1-69/+41
2008-11-26ath9k: Remove rate control reference in VAPSujith1-55/+27
2008-11-26ath9k: Nuke fixed rate handling in driverSujith1-89/+3
2008-11-26ath9k: Remove half/quarter rate tablesSujith1-125/+18
2008-11-26ath9k: Remove ath_rate_newassoc()Sujith1-25/+8
2008-11-26ath9k: Remove ath_setup_ratesSujith1-26/+10
2008-11-26ath9k: Simplify RC alloc/free functionsSujith1-41/+7
2008-11-26ath9k: Merge struct ath_tx_ratectrl with ath_rate_nodeSujith1-184/+162
2008-11-21drivers/net/wireless/ath9k/rc.c: use ARRAY_SIZEJulia Lawall1-4/+2
2008-11-10ath9k: Remove ath_tx_aggr_resp()Sujith1-62/+3
2008-11-10ath9k: Revamp VAP managementSujith1-1/+7
2008-11-10ath9k: Use bitfields to store tid's state in a single variableSujith1-2/+2
2008-11-10ath9k: Ensure ath_node is not NULL when updating tx chainmaskSujith1-1/+1
2008-11-10ath9k: Node cleanupSujith1-13/+2
2008-10-31ath9k: Check if the STA supports HT when initializing rate controlSujith1-1/+1
2008-10-31mac80211: remove rate_control_clearJohannes Berg1-6/+0
2008-10-31mac80211/drivers: rewrite the rate control APIJohannes Berg1-20/+20
2008-10-31mac80211: rewrite HT handlingJohannes Berg1-4/+4
2008-10-31802.11: clean up/fix HT supportJohannes Berg1-5/+5
2008-10-27net: convert print_mac to %pMJohannes Berg1-5/+4
2008-09-24mac80211: clean up rate control APIJohannes Berg1-56/+42