summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/xmit.c
Commit message (Expand)AuthorAgeFilesLines
* ath9k: fix duration calculation for non-aggregated packetsFelix Fietkau2013-12-091-0/+4
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-11-041-6/+20
|\
| * ath9k: fix powersave response handling for BA session packetsFelix Fietkau2013-09-301-3/+6
| * ath9k: add txq locking for ath_tx_aggr_startFelix Fietkau2013-09-261-0/+6
| * ath9k: don't use BAW tracking on PS responses for non-AMPDU packetsFelix Fietkau2013-09-261-2/+4
| * ath9k: do not link bf_next across multiple A-MPDUsFelix Fietkau2013-09-261-1/+3
| * ath9k: fix stale flag handling on buffer cloneFelix Fietkau2013-09-261-0/+1
* | ath9k: add TX99 supportLuis R. Rodriguez2013-10-181-3/+50
* | ath9k: check for NULL rate when using ieee80211_get_rts_cts_rate()Luis R. Rodriguez2013-10-181-0/+3
* | ath9k: remove sc->config.cabqReadyTimeFelix Fietkau2013-10-141-8/+1Star
* | ath9k_hw: remove direct accesses to channel mode flagsFelix Fietkau2013-10-141-2/+1Star
* | ath9k: Use bitops for calibration flagsSujith Manoharan2013-09-261-1/+1
|/
* ath9k: enable CSA functionality in ath9kSimon Wunderlich2013-08-161-0/+2
* ath9k: reset buffer stale flag in ath_tx_get_tid_subframeFelix Fietkau2013-08-151-0/+2
* ath9k: simplify ath_tid_drainFelix Fietkau2013-08-151-12/+0Star
* ath9k: shrink a few data structures by reordering fieldsFelix Fietkau2013-08-151-8/+8
* ath9k: use software queueing for multicast trafficFelix Fietkau2013-08-091-2/+10
* ath9k: improve tx scheduling fairnessFelix Fietkau2013-08-091-39/+50
* ath9k: use software queues for un-aggregated data packetsFelix Fietkau2013-08-091-121/+143
* ath9k: always clear ps filter bit on new assocFelix Fietkau2013-08-091-0/+1
* ath9k: fix clearing expired A-MPDU subframes in tx completionFelix Fietkau2013-08-091-1/+2
* ath9k: prepare queueing code for handling unaggregated trafficFelix Fietkau2013-08-091-6/+14
* ath9k: fix block ack window tracking checkFelix Fietkau2013-08-091-6/+9
* ath9k: simplify ath_tx_form_aggrFelix Fietkau2013-08-091-21/+12Star
* ath9k: add function for getting the tx tid for a packetFelix Fietkau2013-08-091-8/+17
* ath9k: split tid retry packets into a separate queueFelix Fietkau2013-08-091-4/+14
* ath9k: add utility functions for accessing tid queuesFelix Fietkau2013-08-091-19/+32
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-07-251-16/+28
|\
| * ath9k: fix tx pending frames accounting for dropped packetsFelix Fietkau2013-07-171-16/+28
* | ath9k: Fix RTS thresholdSujith Manoharan2013-07-221-4/+32
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-06-261-1/+5
|\
| * ath9k: fix an RCU issue in calling ieee80211_get_tx_ratesFelix Fietkau2013-06-241-1/+5
* | ath9k: fix queue depth accounting in ath_tx_txqaddbufFelix Fietkau2013-06-241-3/+7
* | ath9k: limit multicast buffer hardware queue depthFelix Fietkau2013-06-121-15/+100
* | ath9k: implement support for .release_buffered_frames()Felix Fietkau2013-06-121-36/+139
* | ath9k: add support for IEEE80211_TX_CTL_PS_RESPONSEFelix Fietkau2013-06-121-16/+27
|/
* ath9k: prevent aggregation session deadlocksFelix Fietkau2013-05-221-99/+39Star
* ath9k: fix draining aggregation tid buffersFelix Fietkau2013-05-171-3/+1Star
* ath9k: fix rate handling/reportingFelix Fietkau2013-05-171-2/+7
* ath9k: fix aggregation stop/flush handlingFelix Fietkau2013-05-171-21/+40
* ath9k: add support for the new rate control APIFelix Fietkau2013-04-231-7/+16
* ath9k: merge ath_tx_start_dma into ath_tx_startFelix Fietkau2013-04-231-44/+36Star
* ath9k: implement buffer holding handling for EDMA FIFOFelix Fietkau2013-04-101-11/+19
* ath9k_common: remove ath9k_cmn_padposFelix Fietkau2013-04-101-2/+2
* ath9k: Fix ATH9K_HW_CAP_HT usageSujith Manoharan2013-02-111-3/+2Star
* ath9k: use ath_tx_process_buffer instead of open-coding similar codeFelix Fietkau2013-01-221-37/+32Star
* ath9k: clean up processing of pending tx frames on resetFelix Fietkau2013-01-221-33/+10Star
* ath9k: use the devres API for allocations/mappingsFelix Fietkau2013-01-071-32/+5Star
* ath9k: Remove redundant NULL assignmentSujith Manoharan2012-11-301-1/+0Star
* ath9k: Replace WME_NUM_TID with IEEE80211_NUM_TIDSSujith Manoharan2012-11-301-4/+4