summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/xmit.c
Commit message (Expand)AuthorAgeFilesLines
* ath9k: fix queue depth check for forming new aggregatesFelix Fietkau2010-12-201-3/+18
* ath9k: fix sequence number assigment for non-AMPDU QoS data framesFelix Fietkau2010-12-131-3/+6
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-12-081-13/+6
|\
| * ath9k: fix a DMA related race condition on resetFelix Fietkau2010-12-071-16/+6
* | ath9k: Check for NULL sta in ath_tx_startBen Greear2010-12-081-1/+4
* | ath: Convert ath_print to ath_dbgJoe Perches2010-12-071-29/+25
* | ath: Convert ath_print(.., ATH_DBG_FATAL to ath_errJoe Perches2010-12-071-16/+14
* | ath9k: Add support for Adaptive Power ManagementMohammed Shafi Shajakhan2010-11-301-2/+21
* | ath9k: fix software retry counter trackingFelix Fietkau2010-11-291-2/+2
* | ath9k: fix recursive locking in the tx flush pathFelix Fietkau2010-11-221-0/+2
* | ath9k: store frame information used by aggregation inside the skb tx infoFelix Fietkau2010-11-171-103/+100
* | ath9k: more tx setup cleanupsFelix Fietkau2010-11-171-71/+58
* | ath9k: clean up code duplication around ath_tx_startFelix Fietkau2010-11-171-47/+20
* | ath9k: remove bf_tx_aborted from struct ath_bufFelix Fietkau2010-11-171-14/+9
* | ath9k: remove bfs_frmlen from struct ath_buf_stateFelix Fietkau2010-11-171-25/+38
* | ath9k: remove bfs_nframes from struct ath_buf_stateFelix Fietkau2010-11-171-50/+47
* | ath9k: remove bfs_al from struct ath_buf_stateFelix Fietkau2010-11-171-17/+17
* | ath9k: remove bfs_keyix from struct ath_buf_stateFelix Fietkau2010-11-171-6/+8
* | ath9k: remove bfs_paprd_timestamp from struct ath_buf_stateFelix Fietkau2010-11-171-6/+1
* | ath9k: remove bfs_keytype from struct ath_buf_stateFelix Fietkau2010-11-171-4/+5
* | ath9k: remove bfs_tidno from struct ath_buf_stateFelix Fietkau2010-11-171-12/+13
* | ath9k: remove bfs_seqno from struct ath_buf_stateFelix Fietkau2010-11-171-16/+28
* | ath9k: fix PA predistortion training frame setupFelix Fietkau2010-11-171-3/+3
* | ath9k: clean up tx buffer setupFelix Fietkau2010-11-161-78/+39
* | ath9k: remove the tx info padding byte abuseFelix Fietkau2010-11-161-15/+6
* | ath9k: handle tx underrun in the driver instead of rate controlFelix Fietkau2010-11-161-5/+20
* | ath9k: remove the unnecessary private xretry tx flagFelix Fietkau2010-11-161-3/+0
* | ath9k: rework tx queue selection and fix queue stopping/wakingFelix Fietkau2010-11-151-55/+45
* | ath9k: content DMA start / stop through the PCU lockLuis R. Rodriguez2010-11-151-2/+0
* | ath9k: move the PCU lock to the sc structureLuis R. Rodriguez2010-11-151-2/+2
* | ath9k: simplify hw reset lockingLuis R. Rodriguez2010-11-151-2/+2
|/
* ath9k: fix tx aggregation flush on AR9003Felix Fietkau2010-10-271-9/+9
* ath9k: resume aggregation immediately after a hardware resetFelix Fietkau2010-10-251-1/+1
* ath9k: fix handling of rate control probe framesFelix Fietkau2010-10-251-0/+6
* ath9k: Null out references to stale pointers.Ben Greear2010-10-151-0/+6
* ath9k: Remove bf_dmacontext.Ben Greear2010-10-151-7/+4
* ath9k: Fix potential use-after-free.Ben Greear2010-10-131-1/+1
* ath9k: A-MPDU rate control info fixBjörn Smedman2010-10-111-6/+13
* ath9k: remove unnecessary power save flags.Senthil Balasubramanian2010-10-061-30/+0
* mac80211/ath9k: Support AMPDU with multiple VIFs.Ben Greear2010-09-271-2/+1
* ath9k: move ath_tx_aggr_check() to the rate control moduleFelix Fietkau2010-09-211-14/+0
* ath9k: clean up / fix aggregation session flushFelix Fietkau2010-09-211-37/+26
* ath9k: fix an aggregation start related race conditionFelix Fietkau2010-09-211-2/+8
* ath9k: clean up block ack window handlingFelix Fietkau2010-09-211-5/+3
* ath9k: remove duplicate get_hw_crypto_keytype()Luis R. Rodriguez2010-08-161-17/+1
* ath9k: fix an issue in ath_atx_tid paused flag managementLorenzo Bianconi2010-08-041-26/+8
* ath9k_hw: clean up per-channel calibration dataFelix Fietkau2010-08-041-1/+1
* ath9k: fix yet another buffer leak in the tx aggregation codeFelix Fietkau2010-07-261-8/+8
* ath9k: Fix inconsistency between txq->stopped and the actual queue stateVasanthakumar Thiagarajan2010-07-261-2/+2
* ath9k: another fix for the A-MPDU buffer leakFelix Fietkau2010-07-141-4/+15
OpenPOWER on IntegriCloud