summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/xmit.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller1-1/+1
2013-09-26ath9k: Use bitops for calibration flagsSujith Manoharan1-1/+1
2013-09-26ath9k: add txq locking for ath_tx_aggr_startFelix Fietkau1-0/+6
2013-09-26ath9k: don't use BAW tracking on PS responses for non-AMPDU packetsFelix Fietkau1-2/+4
2013-09-26ath9k: do not link bf_next across multiple A-MPDUsFelix Fietkau1-1/+3
2013-09-26ath9k: fix stale flag handling on buffer cloneFelix Fietkau1-0/+1
2013-08-16ath9k: enable CSA functionality in ath9kSimon Wunderlich1-0/+2
2013-08-16ath9k: reset buffer stale flag in ath_tx_get_tid_subframeFelix Fietkau1-0/+2
2013-08-16ath9k: simplify ath_tid_drainFelix Fietkau1-12/+0
2013-08-16ath9k: shrink a few data structures by reordering fieldsFelix Fietkau1-8/+8
2013-08-09ath9k: use software queueing for multicast trafficFelix Fietkau1-2/+10
2013-08-09ath9k: improve tx scheduling fairnessFelix Fietkau1-39/+50
2013-08-09ath9k: use software queues for un-aggregated data packetsFelix Fietkau1-121/+143
2013-08-09ath9k: always clear ps filter bit on new assocFelix Fietkau1-0/+1
2013-08-09ath9k: fix clearing expired A-MPDU subframes in tx completionFelix Fietkau1-1/+2
2013-08-09ath9k: prepare queueing code for handling unaggregated trafficFelix Fietkau1-6/+14
2013-08-09ath9k: fix block ack window tracking checkFelix Fietkau1-6/+9
2013-08-09ath9k: simplify ath_tx_form_aggrFelix Fietkau1-21/+12
2013-08-09ath9k: add function for getting the tx tid for a packetFelix Fietkau1-8/+17
2013-08-09ath9k: split tid retry packets into a separate queueFelix Fietkau1-4/+14
2013-08-09ath9k: add utility functions for accessing tid queuesFelix Fietkau1-19/+32
2013-07-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-16/+28
2013-07-23ath9k: Fix RTS thresholdSujith Manoharan1-4/+32
2013-07-17ath9k: fix tx pending frames accounting for dropped packetsFelix Fietkau1-16/+28
2013-06-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+5
2013-06-24ath9k: fix queue depth accounting in ath_tx_txqaddbufFelix Fietkau1-3/+7
2013-06-24ath9k: fix an RCU issue in calling ieee80211_get_tx_ratesFelix Fietkau1-1/+5
2013-06-12ath9k: limit multicast buffer hardware queue depthFelix Fietkau1-15/+100
2013-06-12ath9k: implement support for .release_buffered_frames()Felix Fietkau1-36/+139
2013-06-12ath9k: add support for IEEE80211_TX_CTL_PS_RESPONSEFelix Fietkau1-16/+27
2013-05-22ath9k: prevent aggregation session deadlocksFelix Fietkau1-99/+39
2013-05-17ath9k: fix draining aggregation tid buffersFelix Fietkau1-3/+1
2013-05-17ath9k: fix rate handling/reportingFelix Fietkau1-2/+7
2013-05-17ath9k: fix aggregation stop/flush handlingFelix Fietkau1-21/+40
2013-04-23ath9k: add support for the new rate control APIFelix Fietkau1-7/+16
2013-04-23ath9k: merge ath_tx_start_dma into ath_tx_startFelix Fietkau1-44/+36
2013-04-10ath9k: implement buffer holding handling for EDMA FIFOFelix Fietkau1-11/+19
2013-04-10ath9k_common: remove ath9k_cmn_padposFelix Fietkau1-2/+2
2013-02-12ath9k: Fix ATH9K_HW_CAP_HT usageSujith Manoharan1-3/+2
2013-01-23ath9k: use ath_tx_process_buffer instead of open-coding similar codeFelix Fietkau1-37/+32
2013-01-23ath9k: clean up processing of pending tx frames on resetFelix Fietkau1-33/+10
2013-01-08ath9k: use the devres API for allocations/mappingsFelix Fietkau1-32/+5
2012-11-30ath9k: Remove redundant NULL assignmentSujith Manoharan1-1/+0
2012-11-30ath9k: Replace WME_NUM_TID with IEEE80211_NUM_TIDSSujith Manoharan1-4/+4
2012-11-21ath9k: Fix the 'xmit' debugfs fileSujith Manoharan1-0/+2
2012-11-21ath9k/ath9k_htc: Remove WME macrosSujith Manoharan1-5/+5
2012-10-30ath9k: Test for TID only in BlockAcks while checking tx statusSven Eckelmann1-2/+6
2012-10-29ath9k: fix stale pointers potentially causing access to free'd skbsFelix Fietkau1-0/+2
2012-10-06ath9k: use ieee80211_free_txskbFelix Fietkau1-24/+29
2012-09-28ath9k: Fix chainmask selection for AR9462Sujith Manoharan1-0/+4