aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/xmit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-27Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-57/+107
2011-01-27ath9k: fix misplaced debug codeFelix Fietkau1-0/+3
2011-01-26ath9k: clean up enums and unused macrosMohammed Shafi Shajakhan1-2/+0
2011-01-21ath9k: Try more than one queue when scheduling new aggregate.Ben Greear1-27/+37
2011-01-21ath9k: Restart xmit logic in xmit watchdog.Ben Greear1-25/+54
2011-01-21ath9k: Add counters to distinquish AMPDU enqueues.Ben Greear1-1/+2
2011-01-21ath9k: Ensure xmit makes progress.Ben Greear1-0/+2
2011-01-21ath9k: Add more information to debugfs xmit file.Ben Greear1-0/+1
2011-01-21ath9k: add missing ps wakeup/restore callsFelix Fietkau1-2/+0
2011-01-19ath9k: fix excessive BAR sending when a frame exceeds its retry limitFelix Fietkau1-1/+1
2011-01-19ath9k: try more than one tid when scheduling a new aggregateFelix Fietkau1-3/+6
2011-01-19ath9k: reinitialize block ack window data when starting aggregationFelix Fietkau1-0/+3
2011-01-19ath9k: fix initial sequence number after starting an ampdu sessionFelix Fietkau1-1/+1
2011-01-19ath9k: fix bogus sequence number increases on aggregation tid flushFelix Fietkau1-1/+1
2010-12-20ath9k: fix queue depth check for forming new aggregatesFelix Fietkau1-3/+18
2010-12-13ath9k: fix sequence number assigment for non-AMPDU QoS data framesFelix Fietkau1-3/+6
2010-12-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-13/+6
2010-12-08ath9k: Check for NULL sta in ath_tx_startBen Greear1-1/+4
2010-12-07ath: Convert ath_print to ath_dbgJoe Perches1-29/+25
2010-12-07ath: Convert ath_print(.., ATH_DBG_FATAL to ath_errJoe Perches1-16/+14
2010-12-07ath9k: fix a DMA related race condition on resetFelix Fietkau1-16/+6
2010-11-30ath9k: Add support for Adaptive Power ManagementMohammed Shafi Shajakhan1-2/+21
2010-11-29ath9k: fix software retry counter trackingFelix Fietkau1-2/+2
2010-11-22ath9k: fix recursive locking in the tx flush pathFelix Fietkau1-0/+2
2010-11-17ath9k: store frame information used by aggregation inside the skb tx infoFelix Fietkau1-103/+100
2010-11-17ath9k: more tx setup cleanupsFelix Fietkau1-71/+58
2010-11-17ath9k: clean up code duplication around ath_tx_startFelix Fietkau1-47/+20
2010-11-17ath9k: remove bf_tx_aborted from struct ath_bufFelix Fietkau1-14/+9
2010-11-17ath9k: remove bfs_frmlen from struct ath_buf_stateFelix Fietkau1-25/+38
2010-11-17ath9k: remove bfs_nframes from struct ath_buf_stateFelix Fietkau1-50/+47
2010-11-17ath9k: remove bfs_al from struct ath_buf_stateFelix Fietkau1-17/+17
2010-11-17ath9k: remove bfs_keyix from struct ath_buf_stateFelix Fietkau1-6/+8
2010-11-17ath9k: remove bfs_paprd_timestamp from struct ath_buf_stateFelix Fietkau1-6/+1
2010-11-17ath9k: remove bfs_keytype from struct ath_buf_stateFelix Fietkau1-4/+5
2010-11-17ath9k: remove bfs_tidno from struct ath_buf_stateFelix Fietkau1-12/+13
2010-11-17ath9k: remove bfs_seqno from struct ath_buf_stateFelix Fietkau1-16/+28
2010-11-17ath9k: fix PA predistortion training frame setupFelix Fietkau1-3/+3
2010-11-16ath9k: clean up tx buffer setupFelix Fietkau1-78/+39
2010-11-16ath9k: remove the tx info padding byte abuseFelix Fietkau1-15/+6
2010-11-16ath9k: handle tx underrun in the driver instead of rate controlFelix Fietkau1-5/+20
2010-11-16ath9k: remove the unnecessary private xretry tx flagFelix Fietkau1-3/+0
2010-11-15ath9k: rework tx queue selection and fix queue stopping/wakingFelix Fietkau1-55/+45
2010-11-15ath9k: content DMA start / stop through the PCU lockLuis R. Rodriguez1-2/+0
2010-11-15ath9k: move the PCU lock to the sc structureLuis R. Rodriguez1-2/+2
2010-11-15ath9k: simplify hw reset lockingLuis R. Rodriguez1-2/+2
2010-10-27ath9k: fix tx aggregation flush on AR9003Felix Fietkau1-9/+9
2010-10-25ath9k: resume aggregation immediately after a hardware resetFelix Fietkau1-1/+1
2010-10-25ath9k: fix handling of rate control probe framesFelix Fietkau1-0/+6
2010-10-15ath9k: Null out references to stale pointers.Ben Greear1-0/+6
2010-10-15ath9k: Remove bf_dmacontext.Ben Greear1-7/+4