summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath9k/rc.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-22atheros: put atheros wireless drivers into ath/Luis R. Rodriguez1-1752/+0
2009-04-22ath9k: Fix bug in determining HT40 modeSujith1-4/+2
2009-04-22ath9k: Determine number of streams from HT capabilitiesSujith1-10/+8
2009-03-27Add mesh point functionality to ath9kPat Erley1-0/+1
2009-03-27ath9k: Update copyright in all the filesSujith1-1/+1
2009-03-27ath9k: Fix bug in handling single stream stationsSujith1-9/+9
2009-03-27ath9k: Set IEEE80211_TX_CTL_RATE_CTRL_PROBE in rate control for probe rateVasanthakumar Thiagarajan1-0/+2
2009-03-05ath9k: Add data structure for supporting virtual radio/wiphy operationJouni Malinen1-1/+2
2009-03-05ath9k: Fill in rate_update mac80211 callbackSujith1-29/+92
2009-03-05ath9k: Remove ununsed ack duration stuff with long/short preambleVasanthakumar Thiagarajan1-27/+0
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