summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/xmit.c
AgeCommit message (Expand)Author
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-10-18ath9k: add TX99 supportLuis R. Rodriguez
2013-10-18ath9k: check for NULL rate when using ieee80211_get_rts_cts_rate()Luis R. Rodriguez
2013-10-14ath9k: remove sc->config.cabqReadyTimeFelix Fietkau
2013-10-14ath9k_hw: remove direct accesses to channel mode flagsFelix Fietkau
2013-09-30ath9k: fix powersave response handling for BA session packetsFelix Fietkau
2013-09-26ath9k: Use bitops for calibration flagsSujith Manoharan
2013-09-26ath9k: add txq locking for ath_tx_aggr_startFelix Fietkau
2013-09-26ath9k: don't use BAW tracking on PS responses for non-AMPDU packetsFelix Fietkau
2013-09-26ath9k: do not link bf_next across multiple A-MPDUsFelix Fietkau
2013-09-26ath9k: fix stale flag handling on buffer cloneFelix Fietkau
2013-08-16ath9k: enable CSA functionality in ath9kSimon Wunderlich
2013-08-15ath9k: reset buffer stale flag in ath_tx_get_tid_subframeFelix Fietkau
2013-08-15ath9k: simplify ath_tid_drainFelix Fietkau
2013-08-15ath9k: shrink a few data structures by reordering fieldsFelix Fietkau
2013-08-09ath9k: use software queueing for multicast trafficFelix Fietkau
2013-08-09ath9k: improve tx scheduling fairnessFelix Fietkau
2013-08-09ath9k: use software queues for un-aggregated data packetsFelix Fietkau
2013-08-09ath9k: always clear ps filter bit on new assocFelix Fietkau
2013-08-09ath9k: fix clearing expired A-MPDU subframes in tx completionFelix Fietkau
2013-08-09ath9k: prepare queueing code for handling unaggregated trafficFelix Fietkau
2013-08-09ath9k: fix block ack window tracking checkFelix Fietkau
2013-08-09ath9k: simplify ath_tx_form_aggrFelix Fietkau
2013-08-09ath9k: add function for getting the tx tid for a packetFelix Fietkau
2013-08-09ath9k: split tid retry packets into a separate queueFelix Fietkau
2013-08-09ath9k: add utility functions for accessing tid queuesFelix Fietkau
2013-07-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-07-22ath9k: Fix RTS thresholdSujith Manoharan
2013-07-17ath9k: fix tx pending frames accounting for dropped packetsFelix Fietkau
2013-06-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-06-24ath9k: fix queue depth accounting in ath_tx_txqaddbufFelix Fietkau
2013-06-24ath9k: fix an RCU issue in calling ieee80211_get_tx_ratesFelix Fietkau
2013-06-12ath9k: limit multicast buffer hardware queue depthFelix Fietkau
2013-06-12ath9k: implement support for .release_buffered_frames()Felix Fietkau
2013-06-12ath9k: add support for IEEE80211_TX_CTL_PS_RESPONSEFelix Fietkau
2013-05-22ath9k: prevent aggregation session deadlocksFelix Fietkau
2013-05-17ath9k: fix draining aggregation tid buffersFelix Fietkau
2013-05-17ath9k: fix rate handling/reportingFelix Fietkau
2013-05-17ath9k: fix aggregation stop/flush handlingFelix Fietkau
2013-04-23ath9k: add support for the new rate control APIFelix Fietkau
2013-04-23ath9k: merge ath_tx_start_dma into ath_tx_startFelix Fietkau
2013-04-10ath9k: implement buffer holding handling for EDMA FIFOFelix Fietkau
2013-04-10ath9k_common: remove ath9k_cmn_padposFelix Fietkau
2013-02-11ath9k: Fix ATH9K_HW_CAP_HT usageSujith Manoharan
2013-01-22ath9k: use ath_tx_process_buffer instead of open-coding similar codeFelix Fietkau
2013-01-22ath9k: clean up processing of pending tx frames on resetFelix Fietkau
2013-01-07ath9k: use the devres API for allocations/mappingsFelix Fietkau
2012-11-30ath9k: Remove redundant NULL assignmentSujith Manoharan
2012-11-30ath9k: Replace WME_NUM_TID with IEEE80211_NUM_TIDSSujith Manoharan
2012-11-21ath9k: Fix the 'xmit' debugfs fileSujith Manoharan