summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/xmit.c
AgeCommit message (Expand)Author
2010-08-10ath9k: fix yet another buffer leak in the tx aggregation codeFelix Fietkau
2010-08-10ath9k: another fix for the A-MPDU buffer leakFelix Fietkau
2010-08-10ath9k: fix a buffer leak in A-MPDU completionFelix Fietkau
2010-08-10ath9k: fix retry count for A-MPDU rate control status reportsFelix Fietkau
2010-08-10ath9k: fix a potential buffer leak in the STA teardown pathFelix Fietkau
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
2010-04-16ath9k_hw: Add abstraction to set/get link pointerVasanthakumar Thiagarajan
2010-04-16ath9k_hw: Move code which populates ds_data to ath9k_hwVasanthakumar Thiagarajan
2010-04-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2010-04-06ath9k: rename symbols in enum ath9k_internal_frame_type to avoid confusionPavel Roskin
2010-03-31ath9k: allocate tx and rx status information on stackFelix Fietkau
2010-03-31ath9k: split out access to tx status informationFelix Fietkau
2010-03-16ath9k: fix BUG_ON triggered by PAE framesFelix Fietkau
2010-03-10ath9k: fix rate control tx status handling for A-MPDUFelix Fietkau
2010-03-02ath9k: fix lockdep warning when unloading moduleMing Lei
2010-02-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-02-09ath9k: Fix sequence numbers for PAE framesSujith
2010-02-08ath9k: Enable TIM timer interrupt only when needed.Senthil Balasubramanian
2010-02-01ath: make gcc check format arguments of ath_print(), fix all misusesPavel Roskin
2010-01-19ath9k: fix RTS/CTS handlingFelix Fietkau
2010-01-12ath9k: Cleanup Powersave flagsSujith
2009-12-28ath9k: fix missed error codes in the tx status checkFelix Fietkau
2009-12-21ath9k: Fix TX queue drainingSujith
2009-12-21ath9k: Fix bug in assigning sequence numberSujith
2009-12-21ath9k: Last fix for TX software padding.Benoit Papillault
2009-12-07ath9k: fix tx status reportingFelix Fietkau
2009-11-28ath9k: Proper padding/unpadding for the TX/RX path.Benoit Papillault
2009-11-28ath9k: fix processing of TX PS null data framesLuis R. Rodriguez
2009-11-28ath9k: properly use the mac80211 rate control apiFelix Fietkau
2009-11-18ath9k: Remove a few unused variablesSujith
2009-11-18ath9k: get rid of tx_info_privFelix Fietkau
2009-11-11ath9k: handle low buffer space for virtual wiphysLuis R. Rodriguez
2009-11-11ath9k: use the right hw on ath_tx_setup_buffer() for HTLuis R. Rodriguez