aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath9k/xmit.c
AgeCommit message (Expand)Author
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 areaLuis 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
2008-11-26ath9k: Use straightforward PCI routines to setup the TX buffer.Sujith
2008-11-26ath9k: Move TX completion routine to xmit.cSujith
2008-11-26ath9k: General code scrubSujith
2008-11-26ath9k: Remove ath9k_rate_tableSujith
2008-11-26ath9k: Use rate_driver_dataSujith
2008-11-26ath9k: We don't support non-HT devices, so remove superfluous code.Sujith
2008-11-10ath9k: correct warning about unintialized variable 'tid'John W. Linville
2008-11-10mac80211: Add a new event in ieee80211_ampdu_mlme_actionSujith
2008-11-10ath9k: Remove ath_tx_aggr_resp()Sujith
2008-11-10ath9k: Use bitfields to store tid's state in a single variableSujith
2008-11-10ath9k: Ensure ath_node is not NULL when updating tx chainmaskSujith
2008-11-10ath9k: Remove SM Power Save as it is not supported nowSujith
2008-11-10ath9k: Revamp transmit control blockSujith
2008-11-10ath9k: Simplify node attach/detach routinesSujith
2008-11-10ath9k: Node cleanupSujith