aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath9k/xmit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-22atheros: put atheros wireless drivers into ath/Luis R. Rodriguez1-2171/+0
2009-04-22ath9k: Remove the useless do..while loopsSujith1-23/+17
2009-04-22ath9k: Cleanup buffer status handlingSujith1-5/+4
2009-04-22ath9k: Avoid unneeded castsSujith1-5/+5
2009-03-27ath9k: Nuke struct ath_xmit_statusVasanthakumar Thiagarajan1-17/+8
2009-03-27ath9k: Fix bug in reporting status of tx rateVasanthakumar Thiagarajan1-13/+22
2009-03-27ath9k: Fix rate control update for aggregated framesVasanthakumar Thiagarajan1-8/+18
2009-03-27ath9k: Update copyright in all the filesSujith1-1/+1
2009-03-27ath9k: Fill in ack signal in TX statusSujith1-2/+6
2009-03-16ath9k: downgrade xmit queue full message to xmit debugLuis R. Rodriguez1-1/+1
2009-03-16ath9k: Fix bug in TX aggregationSujith1-16/+33
2009-03-05ath9k: Virtual wiphy pause/unpause functionalityJouni Malinen1-2/+9
2009-03-05ath9k: Add support for multiple secondary virtual wiphysJouni Malinen1-5/+15
2009-02-27ath9k: Use beacon interval directlySujith1-17/+2
2009-02-27ath9k: Remove ath_txq_depth and get the queue depth directlySujith1-7/+2
2009-02-13ath9k: Remove all the useless ah_ variable prefixesSujith1-3/+3
2009-02-13ath9k: Merge ath_hal and ath_hal_5416 structuresSujith1-6/+6
2009-02-13ath9k: Remove all the sc_ prefixesSujith1-8/+8
2009-02-13ath9k: Header file cleanupSujith1-1/+1
2009-02-11ath9k: Remove all the redundant internal buffer typesSujith1-8/+7
2009-02-09ath9k: Handle mac80211's RC flags for MCS ratesSujith1-95/+40
2009-02-09ath9k: Fix lockdep warningSujith1-0/+1
2009-01-30ath9k: Fix station access in aggregation completionSujith1-5/+15
2009-01-29ath9k: Cleanup buffer type assignmentSujith1-17/+11
2009-01-29ath9k: Revamp TX aggregationSujith1-212/+93
2009-01-29ath9k: Handle holding descriptor in TX completion properlySujith1-8/+11
2009-01-29ath9k: Add a helper function to wake mac80211 queuesSujith1-11/+18
2009-01-29ath9k: Merge queue draining functionsSujith1-50/+48
2009-01-29ath9k: Remove ath_tx_stopdma and call ath9k_hw_stoptxdma directlySujith1-13/+9
2009-01-29ath9k: Reorganize code in xmit.cSujith1-1417/+1179
2009-01-29ath9k: convert to use bus-agnostic DMA routinesGabor Juhos1-9/+6
2009-01-29ath9k: convert to struct deviceGabor Juhos1-3/+4
2009-01-29ath9k: make use of conf_is_ht*() in the rest of the driverLuis R. Rodriguez1-1/+1
2009-01-29ath9k: consolidate arguments on hw resetLuis R. Rodriguez1-10/+6
2009-01-29ath9k: remove cache of rate preference when using 11g protectionLuis R. Rodriguez1-3/+10
2009-01-12ath9k: Revert fix to TX status reporting for retries and MCS indexJouni Malinen1-9/+1
2009-01-12ath9k: Fix incorrect sequence numbering for unaggregated QoS Frame.Senthil Balasubramanian1-21/+17
2008-12-19ath9k: Remove MAC header pad before reporting TX statusJouni Malinen1-0/+12
2008-12-19ath9k: Fix TX status reporting for retries and MCS indexJouni Malinen1-1/+9
2008-12-12ath9k: Refactor struct ath_softcSujith1-63/+63
2008-12-12ath9k: BH shouldn't be enabled when hardirqs are disabled.Senthil Balasubramanian1-2/+3
2008-12-12ath9k: Merge structures ath_atx, ath_node_aggr with ath_nodeSujith1-3/+3
2008-12-12ath9k: Maintain rate table choice after associationSujith1-4/+4
2008-12-05ath9k: Use GFP_ATOMIC when allocating TX private areaLuis R. Rodriguez1-2/+20
2008-12-05ath9k: Check for pci_map_single() errorsLuis R. Rodriguez1-2/+21
2008-12-05ath9k: Replace ath9k_opmode with nl80211_iftypeColin McCabe1-1/+2
2008-12-05ath9k: Use cleaner debug masksSujith1-49/+28
2008-11-26ath9k: Use proper TX channel width for setting channelsSujith1-1/+1
2008-11-26ath9k: Code scrubSujith1-8/+14
2008-11-26ath9k: Dont update rate control for every AMPDUVasanthakumar Thiagarajan1-0/+2