summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/xmit.c
AgeCommit message (Expand)AuthorFilesLines
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-07ath9k: 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
2010-07-14ath9k: another fix for the A-MPDU buffer leakFelix Fietkau1-4/+15
2010-07-13ath9k: validate the TID in the tx status informationFelix Fietkau1-0/+8
2010-07-07ath9k: fix a buffer leak in A-MPDU completionFelix Fietkau1-0/+5
2010-07-07ath9k: fix a potential buffer leak in the STA teardown pathFelix Fietkau1-26/+26
2010-06-28ath9k: fix retry count for A-MPDU rate control status reportsFelix Fietkau1-3/+8
2010-06-24ath9k: Remove unused paprd_txokVasanthakumar Thiagarajan1-4/+2
2010-06-24ath9k: Fix bug in paprdVasanthakumar Thiagarajan1-2/+10
2010-06-14ath9k: implement PA predistortion supportFelix Fietkau1-3/+13
2010-06-14ath9k: fix queue stopping thresholdFelix Fietkau1-24/+29
2010-06-14ath9k: remove duplicate WMM AC definitionsFelix Fietkau1-45/+1
2010-06-14ath9k: fix mac80211 queue lookup for waking up queuesFelix Fietkau1-1/+2
2010-06-03ath9k: fix queue stop/start based on the number of pending framesFelix Fietkau1-31/+18
2010-06-03ath9k: Make sure null func frame is acked before going into PS for ar9003Vasanthakumar Thiagarajan1-0/+11
2010-05-28ath9k: Fix bug in the way "bf_tx_aborted" of struct ath_buf is usedVasanthakumar Thiagarajan1-1/+3
2010-05-28ath9k: Fix ath_print in xmit for hardware reset.Justin P. Mattock1-1/+1
2010-04-28ath9k: wake queue after processing edma rx framesFelix Fietkau1-0/+2
2010-04-20ath9k: add support for Tx and Rx STBCFelix Fietkau1-0/+2
2010-04-20ath9k: reduce the bits_per_symbol table size, support more streamsFelix Fietkau1-13/+6
2010-04-20ath9k: update the ath_max_4ms_framelen tableFelix Fietkau1-14/+27
2010-04-20ath9k: update the MCS mask for MCS16 and aboveFelix Fietkau1-1/+1
2010-04-20ath9k: clean up tx buffer handlingFelix Fietkau1-35/+32
2010-04-16ath9k: Enable TXOK and TXERR interrupts for TX EDMAVasanthakumar Thiagarajan1-5/+10
2010-04-16ath9k: add LDPC supportLuis R. Rodriguez1-4/+10
2010-04-16ath9k: Add Tx EDMA supportVasanthakumar Thiagarajan1-58/+206
2010-04-16ath9k: Initialize and configure tx status for EDMAVasanthakumar Thiagarajan1-1/+45
2010-04-16ath9k: Setup appropriate tx desc for regular dma and edmaVasanthakumar Thiagarajan1-2/+2
2010-04-16ath9k_hw: move AR9002 mac ops to its own fileLuis R. Rodriguez1-0/+1
2010-04-16ath9k_hw: Define abstraction for tx desc accessVasanthakumar Thiagarajan1-1/+2
2010-04-16ath9k: Remove ATH9K_TX_SW_ABORTED and introduce a bool for this purposeVasanthakumar Thiagarajan1-5/+4
2010-04-16ath9k: Use memcpy in ath_clone_txbuf()Vasanthakumar Thiagarajan1-1/+1
2010-04-16ath9k: Use abstraction to get link pointerVasanthakumar Thiagarajan1-1/+1
2010-04-16ath9k_hw: Add abstraction to set/get link pointerVasanthakumar Thiagarajan1-3/+4