summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/xmit.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+9
2014-07-23ath9k: fix aggregation session lockupFelix Fietkau1-0/+9
2014-07-18ath9k: fix pending tx frames accountingFelix Fietkau1-11/+14
2014-06-19ath9k: use separate HW queue for each channel contextRajkumar Manoharan1-4/+7
2014-06-19ath9k: switch channel context for beaconingFelix Fietkau1-0/+2
2014-06-19ath9k: Move beacon config to channel contextRajkumar Manoharan1-3/+3
2014-06-19ath9k: Implement remain-on-channal supportFelix Fietkau1-1/+5
2014-06-19ath9k: channel context based transmissionFelix Fietkau1-3/+21
2014-06-19ath9k: Add channel context worker threadFelix Fietkau1-0/+7
2014-06-19ath9k: Move acq to channel contextFelix Fietkau1-15/+43
2014-04-30ath9k: remove tid->paused flagFelix Fietkau1-13/+1
2014-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2014-03-17ath9k: move sc_flags to ath_commonOleksij Rempel1-4/+5
2014-03-14ath9k: fix ready time of the multicast buffer queueFelix Fietkau1-1/+1
2014-03-13ath9k: Fix sequence number assignment for non-data framesHelmut Schaa1-2/+2
2014-03-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-5/+8
2014-03-04ath9k: fix invalid max frame lengthSylvain Roger Rieunier1-1/+1
2014-02-28ath9k: move ath9k_init_channels_rates to common-initOleksij Rempel1-1/+2
2014-02-24ath9k: fix ps-poll responses under a-mpdu sessionsFelix Fietkau1-2/+3
2014-02-21ath9k: protect tid->sched checkStanislaw Gruszka1-3/+5
2014-02-13ath9k: prepare for multi-interface CSA supportMichal Kazior1-1/+1
2014-01-13ath9k: Add a debugfs file "node_recv"Sujith Manoharan1-2/+0
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+4
2014-01-04ath9k: Fix max AMPDU size calculationSujith Manoharan1-7/+2
2013-12-19ath9k: simplify/fix tx packet TID handlingFelix Fietkau1-8/+1
2013-12-09ath9k: fix duration calculation for non-aggregated packetsFelix Fietkau1-0/+4
2013-12-02ath9k: optimize ath_drain_all_txqFelix Fietkau1-0/+3
2013-12-02ath9k: Fix TX99 config option usageSujith Manoharan1-0/+4
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-6/+20
2013-10-18ath9k: add TX99 supportLuis R. Rodriguez1-3/+50
2013-10-18ath9k: check for NULL rate when using ieee80211_get_rts_cts_rate()Luis R. Rodriguez1-0/+3
2013-10-14ath9k: remove sc->config.cabqReadyTimeFelix Fietkau1-8/+1
2013-10-14ath9k_hw: remove direct accesses to channel mode flagsFelix Fietkau1-2/+1
2013-10-01ath9k: fix powersave response handling for BA session packetsFelix Fietkau1-3/+6
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