summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/xmit.c
Commit message (Expand)AuthorAgeFilesLines
...
* | 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/+1
* | ath9k_hw: remove direct accesses to channel mode flagsFelix Fietkau2013-10-141-2/+1
* | 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/+0
* 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/+12
* 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/+39
* ath9k: fix draining aggregation tid buffersFelix Fietkau2013-05-171-3/+1
* 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/+36
* 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/+2
* ath9k: use ath_tx_process_buffer instead of open-coding similar codeFelix Fietkau2013-01-221-37/+32
* ath9k: clean up processing of pending tx frames on resetFelix Fietkau2013-01-221-33/+10
* ath9k: use the devres API for allocations/mappingsFelix Fietkau2013-01-071-32/+5
* ath9k: Remove redundant NULL assignmentSujith Manoharan2012-11-301-1/+0
* ath9k: Replace WME_NUM_TID with IEEE80211_NUM_TIDSSujith Manoharan2012-11-301-4/+4
* ath9k: Fix the 'xmit' debugfs fileSujith Manoharan2012-11-211-0/+2
* ath9k/ath9k_htc: Remove WME macrosSujith Manoharan2012-11-211-5/+5
* ath9k: Test for TID only in BlockAcks while checking tx statusSven Eckelmann2012-10-301-2/+6
* ath9k: fix stale pointers potentially causing access to free'd skbsFelix Fietkau2012-10-291-0/+2
* ath9k: use ieee80211_free_txskbFelix Fietkau2012-10-051-24/+29
* ath9k: Fix chainmask selection for AR9462Sujith Manoharan2012-09-281-0/+4
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-09-071-0/+3
|\
OpenPOWER on IntegriCloud