aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/xmit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-21ath9k: add missing ps wakeup/restore callsFelix Fietkau1-2/+0
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
2010-10-13ath9k: Fix potential use-after-free.Ben Greear1-1/+1
2010-10-11ath9k: A-MPDU rate control info fixBjörn Smedman1-6/+13
2010-10-06ath9k: remove unnecessary power save flags.Senthil Balasubramanian1-30/+0
2010-09-27mac80211/ath9k: Support AMPDU with multiple VIFs.Ben Greear1-2/+1
2010-09-21ath9k: move ath_tx_aggr_check() to the rate control moduleFelix Fietkau1-14/+0
2010-09-21ath9k: clean up / fix aggregation session flushFelix Fietkau1-37/+26
2010-09-21ath9k: fix an aggregation start related race conditionFelix Fietkau1-2/+8
2010-09-21ath9k: clean up block ack window handlingFelix Fietkau1-5/+3
2010-08-16ath9k: remove duplicate get_hw_crypto_keytype()Luis R. Rodriguez1-17/+1
2010-08-04ath9k: fix an issue in ath_atx_tid paused flag managementLorenzo Bianconi1-26/+8
2010-08-04ath9k_hw: clean up per-channel calibration dataFelix Fietkau1-1/+1
2010-07-26ath9k: fix yet another buffer leak in the tx aggregation codeFelix Fietkau1-8/+8
2010-07-26ath9k: Fix inconsistency between txq->stopped and the actual queue stateVasanthakumar Thiagarajan1-2/+2