summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/xmit.c
AgeCommit message (Expand)Author
2010-12-20ath9k: fix queue depth check for forming new aggregatesFelix Fietkau
2010-12-13ath9k: fix sequence number assigment for non-AMPDU QoS data framesFelix Fietkau
2010-12-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2010-12-08ath9k: Check for NULL sta in ath_tx_startBen Greear
2010-12-07ath: Convert ath_print to ath_dbgJoe Perches
2010-12-07ath: Convert ath_print(.., ATH_DBG_FATAL to ath_errJoe Perches
2010-12-07ath9k: fix a DMA related race condition on resetFelix Fietkau
2010-11-30ath9k: Add support for Adaptive Power ManagementMohammed Shafi Shajakhan
2010-11-29ath9k: fix software retry counter trackingFelix Fietkau
2010-11-22ath9k: fix recursive locking in the tx flush pathFelix Fietkau
2010-11-17ath9k: store frame information used by aggregation inside the skb tx infoFelix Fietkau
2010-11-17ath9k: more tx setup cleanupsFelix Fietkau
2010-11-17ath9k: clean up code duplication around ath_tx_startFelix Fietkau
2010-11-17ath9k: remove bf_tx_aborted from struct ath_bufFelix Fietkau
2010-11-17ath9k: remove bfs_frmlen from struct ath_buf_stateFelix Fietkau
2010-11-17ath9k: remove bfs_nframes from struct ath_buf_stateFelix Fietkau
2010-11-17ath9k: remove bfs_al from struct ath_buf_stateFelix Fietkau
2010-11-17ath9k: remove bfs_keyix from struct ath_buf_stateFelix Fietkau
2010-11-17ath9k: remove bfs_paprd_timestamp from struct ath_buf_stateFelix Fietkau
2010-11-17ath9k: remove bfs_keytype from struct ath_buf_stateFelix Fietkau
2010-11-17ath9k: remove bfs_tidno from struct ath_buf_stateFelix Fietkau
2010-11-17ath9k: remove bfs_seqno from struct ath_buf_stateFelix Fietkau
2010-11-17ath9k: fix PA predistortion training frame setupFelix Fietkau
2010-11-16ath9k: clean up tx buffer setupFelix Fietkau
2010-11-16ath9k: remove the tx info padding byte abuseFelix Fietkau
2010-11-16ath9k: handle tx underrun in the driver instead of rate controlFelix Fietkau
2010-11-16ath9k: remove the unnecessary private xretry tx flagFelix Fietkau
2010-11-15ath9k: rework tx queue selection and fix queue stopping/wakingFelix Fietkau
2010-11-15ath9k: content DMA start / stop through the PCU lockLuis R. Rodriguez
2010-11-15ath9k: move the PCU lock to the sc structureLuis R. Rodriguez
2010-11-15ath9k: simplify hw reset lockingLuis R. Rodriguez
2010-10-27ath9k: fix tx aggregation flush on AR9003Felix Fietkau
2010-10-25ath9k: resume aggregation immediately after a hardware resetFelix Fietkau
2010-10-25ath9k: fix handling of rate control probe framesFelix Fietkau
2010-10-15ath9k: Null out references to stale pointers.Ben Greear
2010-10-15ath9k: Remove bf_dmacontext.Ben Greear
2010-10-13ath9k: Fix potential use-after-free.Ben Greear
2010-10-11ath9k: A-MPDU rate control info fixBjörn Smedman
2010-10-06ath9k: remove unnecessary power save flags.Senthil Balasubramanian
2010-09-27mac80211/ath9k: Support AMPDU with multiple VIFs.Ben Greear
2010-09-21ath9k: move ath_tx_aggr_check() to the rate control moduleFelix Fietkau
2010-09-21ath9k: clean up / fix aggregation session flushFelix Fietkau
2010-09-21ath9k: fix an aggregation start related race conditionFelix Fietkau
2010-09-21ath9k: clean up block ack window handlingFelix Fietkau
2010-08-16ath9k: remove duplicate get_hw_crypto_keytype()Luis R. Rodriguez
2010-08-04ath9k: fix an issue in ath_atx_tid paused flag managementLorenzo Bianconi
2010-08-04ath9k_hw: clean up per-channel calibration dataFelix Fietkau
2010-07-26ath9k: fix yet another buffer leak in the tx aggregation codeFelix Fietkau
2010-07-26ath9k: Fix inconsistency between txq->stopped and the actual queue stateVasanthakumar Thiagarajan
2010-07-14ath9k: another fix for the A-MPDU buffer leakFelix Fietkau