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