summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/xmit.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ath9k: validate the TID in the tx status informationFelix Fietkau2010-07-121-0/+8
* ath9k: fix a buffer leak in A-MPDU completionFelix Fietkau2010-07-071-0/+5
* ath9k: fix a potential buffer leak in the STA teardown pathFelix Fietkau2010-07-071-26/+26
* ath9k: fix retry count for A-MPDU rate control status reportsFelix Fietkau2010-06-281-3/+8
* ath9k: Remove unused paprd_txokVasanthakumar Thiagarajan2010-06-241-4/+2
* ath9k: Fix bug in paprdVasanthakumar Thiagarajan2010-06-241-2/+10
* ath9k: implement PA predistortion supportFelix Fietkau2010-06-141-3/+13
* ath9k: fix queue stopping thresholdFelix Fietkau2010-06-141-24/+29
* ath9k: remove duplicate WMM AC definitionsFelix Fietkau2010-06-141-45/+1
* ath9k: fix mac80211 queue lookup for waking up queuesFelix Fietkau2010-06-141-1/+2
* ath9k: fix queue stop/start based on the number of pending framesFelix Fietkau2010-06-031-31/+18
* ath9k: Make sure null func frame is acked before going into PS for ar9003Vasanthakumar Thiagarajan2010-06-021-0/+11
* ath9k: Fix bug in the way "bf_tx_aborted" of struct ath_buf is usedVasanthakumar Thiagarajan2010-05-281-1/+3
* ath9k: Fix ath_print in xmit for hardware reset.Justin P. Mattock2010-05-281-1/+1
* ath9k: wake queue after processing edma rx framesFelix Fietkau2010-04-271-0/+2
* ath9k: add support for Tx and Rx STBCFelix Fietkau2010-04-201-0/+2
* ath9k: reduce the bits_per_symbol table size, support more streamsFelix Fietkau2010-04-201-13/+6
* ath9k: update the ath_max_4ms_framelen tableFelix Fietkau2010-04-201-14/+27
* ath9k: update the MCS mask for MCS16 and aboveFelix Fietkau2010-04-201-1/+1
* ath9k: clean up tx buffer handlingFelix Fietkau2010-04-201-35/+32
* ath9k: Enable TXOK and TXERR interrupts for TX EDMAVasanthakumar Thiagarajan2010-04-161-5/+10
* ath9k: add LDPC supportLuis R. Rodriguez2010-04-161-4/+10
* ath9k: Add Tx EDMA supportVasanthakumar Thiagarajan2010-04-161-58/+206
* ath9k: Initialize and configure tx status for EDMAVasanthakumar Thiagarajan2010-04-161-1/+45
* ath9k: Setup appropriate tx desc for regular dma and edmaVasanthakumar Thiagarajan2010-04-161-2/+2
* ath9k_hw: move AR9002 mac ops to its own fileLuis R. Rodriguez2010-04-161-0/+1
* ath9k_hw: Define abstraction for tx desc accessVasanthakumar Thiagarajan2010-04-161-1/+2
* ath9k: Remove ATH9K_TX_SW_ABORTED and introduce a bool for this purposeVasanthakumar Thiagarajan2010-04-161-5/+4
* ath9k: Use memcpy in ath_clone_txbuf()Vasanthakumar Thiagarajan2010-04-161-1/+1
* ath9k: Use abstraction to get link pointerVasanthakumar Thiagarajan2010-04-161-1/+1
* ath9k_hw: Add abstraction to set/get link pointerVasanthakumar Thiagarajan2010-04-161-3/+4
* ath9k_hw: Move code which populates ds_data to ath9k_hwVasanthakumar Thiagarajan2010-04-161-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-04-081-20/+1
|\
| * ath9k: fix BUG_ON triggered by PAE framesFelix Fietkau2010-03-161-20/+1
* | ath9k: rename symbols in enum ath9k_internal_frame_type to avoid confusionPavel Roskin2010-04-061-3/+3
* | ath9k: allocate tx and rx status information on stackFelix Fietkau2010-03-311-10/+10
* | ath9k: split out access to tx status informationFelix Fietkau2010-03-311-51/+56
* | ath9k: fix rate control tx status handling for A-MPDUFelix Fietkau2010-03-101-2/+2
|/
* ath9k: fix lockdep warning when unloading moduleMing Lei2010-03-021-2/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-02-141-2/+2
|\
| * ath9k: Fix sequence numbers for PAE framesSujith2010-02-091-2/+2
* | ath9k: Enable TIM timer interrupt only when needed.Senthil Balasubramanian2010-02-081-4/+3
* | ath: make gcc check format arguments of ath_print(), fix all misusesPavel Roskin2010-02-011-1/+1
* | ath9k: fix RTS/CTS handlingFelix Fietkau2010-01-191-21/+16
* | ath9k: Cleanup Powersave flagsSujith2010-01-121-9/+9
|/