summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath9k/xmit.c
AgeCommit message (Expand)Author
2009-04-22atheros: put atheros wireless drivers into ath/Luis R. Rodriguez
2009-04-22ath9k: Remove the useless do..while loopsSujith
2009-04-22ath9k: Cleanup buffer status handlingSujith
2009-04-22ath9k: Avoid unneeded castsSujith
2009-03-27ath9k: Nuke struct ath_xmit_statusVasanthakumar Thiagarajan
2009-03-27ath9k: Fix bug in reporting status of tx rateVasanthakumar Thiagarajan
2009-03-27ath9k: Fix rate control update for aggregated framesVasanthakumar Thiagarajan
2009-03-27ath9k: Update copyright in all the filesSujith
2009-03-27ath9k: Fill in ack signal in TX statusSujith
2009-03-16ath9k: downgrade xmit queue full message to xmit debugLuis R. Rodriguez
2009-03-16ath9k: Fix bug in TX aggregationSujith
2009-03-05ath9k: Virtual wiphy pause/unpause functionalityJouni Malinen
2009-03-05ath9k: Add support for multiple secondary virtual wiphysJouni Malinen
2009-02-27ath9k: Use beacon interval directlySujith
2009-02-27ath9k: Remove ath_txq_depth and get the queue depth directlySujith
2009-02-13ath9k: Remove all the useless ah_ variable prefixesSujith
2009-02-13ath9k: Merge ath_hal and ath_hal_5416 structuresSujith
2009-02-13ath9k: Remove all the sc_ prefixesSujith
2009-02-13ath9k: Header file cleanupSujith
2009-02-11ath9k: Remove all the redundant internal buffer typesSujith
2009-02-09ath9k: Handle mac80211's RC flags for MCS ratesSujith
2009-02-09ath9k: Fix lockdep warningSujith
2009-01-30ath9k: Fix station access in aggregation completionSujith
2009-01-29ath9k: Cleanup buffer type assignmentSujith
2009-01-29ath9k: Revamp TX aggregationSujith
2009-01-29ath9k: Handle holding descriptor in TX completion properlySujith
2009-01-29ath9k: Add a helper function to wake mac80211 queuesSujith
2009-01-29ath9k: Merge queue draining functionsSujith
2009-01-29ath9k: Remove ath_tx_stopdma and call ath9k_hw_stoptxdma directlySujith
2009-01-29ath9k: Reorganize code in xmit.cSujith
2009-01-29ath9k: convert to use bus-agnostic DMA routinesGabor Juhos
2009-01-29ath9k: convert to struct deviceGabor Juhos
2009-01-29ath9k: make use of conf_is_ht*() in the rest of the driverLuis R. Rodriguez
2009-01-29ath9k: consolidate arguments on hw resetLuis R. Rodriguez
2009-01-29ath9k: remove cache of rate preference when using 11g protectionLuis R. Rodriguez
2009-01-12ath9k: Revert fix to TX status reporting for retries and MCS indexJouni Malinen
2009-01-12ath9k: Fix incorrect sequence numbering for unaggregated QoS Frame.Senthil Balasubramanian
2008-12-19ath9k: Remove MAC header pad before reporting TX statusJouni Malinen
2008-12-19ath9k: Fix TX status reporting for retries and MCS indexJouni Malinen
2008-12-12ath9k: Refactor struct ath_softcSujith
2008-12-12ath9k: BH shouldn't be enabled when hardirqs are disabled.Senthil Balasubramanian
2008-12-12ath9k: Merge structures ath_atx, ath_node_aggr with ath_nodeSujith
2008-12-12ath9k: Maintain rate table choice after associationSujith
2008-12-05ath9k: Use GFP_ATOMIC when allocating TX private areamaster-2008-12-05Luis R. Rodriguez
2008-12-05ath9k: Check for pci_map_single() errorsLuis R. Rodriguez
2008-12-05ath9k: Replace ath9k_opmode with nl80211_iftypeColin McCabe
2008-12-05ath9k: Use cleaner debug masksSujith
2008-11-26ath9k: Use proper TX channel width for setting channelsSujith
2008-11-26ath9k: Code scrubSujith
2008-11-26ath9k: Dont update rate control for every AMPDUVasanthakumar Thiagarajan