summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/xmit.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+6Star
* 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/+32Star
* 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/+4Star
* 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/+1Star
|\
| * ath9k: fix BUG_ON triggered by PAE framesFelix Fietkau2010-03-161-20/+1Star
* | 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-151-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/+3Star
* | 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/+16Star
* | ath9k: Cleanup Powersave flagsSujith2010-01-121-9/+9
|/
* ath9k: fix missed error codes in the tx status checkFelix Fietkau2009-12-281-1/+1
* ath9k: Fix TX queue drainingSujith2009-12-211-2/+2
* ath9k: Fix bug in assigning sequence numberSujith2009-12-211-10/+3Star
* ath9k: Last fix for TX software padding.Benoit Papillault2009-12-211-11/+12
* ath9k: fix tx status reportingFelix Fietkau2009-12-071-1/+1
* ath9k: Proper padding/unpadding for the TX/RX path.Benoit Papillault2009-11-281-1/+8
* ath9k: fix processing of TX PS null data framesLuis R. Rodriguez2009-11-281-0/+21
* ath9k: properly use the mac80211 rate control apiFelix Fietkau2009-11-281-33/+77
* ath9k: Remove a few unused variablesSujith2009-11-181-13/+0Star
* ath9k: get rid of tx_info_privFelix Fietkau2009-11-181-38/+32Star
* ath9k: handle low buffer space for virtual wiphysLuis R. Rodriguez2009-11-111-5/+5
* ath9k: use the right hw on ath_tx_setup_buffer() for HTLuis R. Rodriguez2009-11-111-1/+1
* ath9k: use correct hw for tx aggregation TX completionLuis R. Rodriguez2009-11-111-1/+8
* mac80211: make ieee80211_find_sta per virtual interfaceJohannes Berg2009-11-051-1/+2
* ath9k: Fix TX hang poll routineSujith2009-10-271-0/+2
* ath9k: remove driver ASSERT, just use BUG_ON()Luis R. Rodriguez2009-10-071-6/+6
* atheros: move tx/rx chainmask to ath_commonLuis R. Rodriguez2009-10-071-1/+2
* atheros: add common debug printingLuis R. Rodriguez2009-10-071-44/+56
* ath9k: use ath_hw for DPRINTF() and debug init/exitLuis R. Rodriguez2009-10-071-22/+24
* ath9k: Add Bluetooth Coexistence 3-wire supportVasanthakumar Thiagarajan2009-08-281-2/+7