aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/xmit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-14ath9k: another fix for the A-MPDU buffer leakFelix Fietkau1-4/+15
2010-07-12ath9k: 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-02ath9k: 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-27ath9k: 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
2010-04-16ath9k_hw: Move code which populates ds_data to ath9k_hwVasanthakumar Thiagarajan1-2/+2
2010-04-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into mergeJohn W. Linville1-20/+1
2010-04-06ath9k: rename symbols in enum ath9k_internal_frame_type to avoid confusionPavel Roskin1-3/+3
2010-03-31ath9k: allocate tx and rx status information on stackFelix Fietkau1-10/+10
2010-03-31ath9k: split out access to tx status informationFelix Fietkau1-51/+56
2010-03-16ath9k: fix BUG_ON triggered by PAE framesFelix Fietkau1-20/+1
2010-03-10ath9k: fix rate control tx status handling for A-MPDUFelix Fietkau1-2/+2
2010-03-02ath9k: fix lockdep warning when unloading moduleMing Lei1-2/+2
2010-02-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+2
2010-02-09ath9k: Fix sequence numbers for PAE framesSujith1-2/+2
2010-02-08ath9k: Enable TIM timer interrupt only when needed.Senthil Balasubramanian1-4/+3
2010-02-01ath: make gcc check format arguments of ath_print(), fix all misusesPavel Roskin1-1/+1
2010-01-19ath9k: fix RTS/CTS handlingFelix Fietkau1-21/+16
2010-01-12ath9k: Cleanup Powersave flagsSujith1-9/+9
2009-12-28ath9k: fix missed error codes in the tx status checkFelix Fietkau1-1/+1
2009-12-21ath9k: Fix TX queue drainingSujith1-2/+2
2009-12-21ath9k: Fix bug in assigning sequence numberSujith1-10/+3
2009-12-21ath9k: Last fix for TX software padding.Benoit Papillault1-11/+12