summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/xmit.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+3
2012-01-04ath9k: fix tx queue sparse complaintLuis R. Rodriguez1-0/+3
2012-01-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-44/+74
2011-12-20net: fix assignment of 0/1 to bool variables.Rusty Russell1-2/+2
2011-12-19ath9k: fix tx locking issuesFelix Fietkau1-32/+64
2011-12-19ath: Convert ath_dbg(bar, ATH_DBG_<FOO>, to ath_dbg(bar, FOOJoe Perches1-12/+10
2011-12-15ath9k: avoid retransmitting aggregation frames that a BAR was sent forFelix Fietkau1-3/+24
2011-12-15ath9k: simplify tx lockingFelix Fietkau1-34/+5
2011-12-15ath9k: remove bogus sequence number incrementFelix Fietkau1-4/+0
2011-12-15ath9k: reduce indentation level in a few placesFelix Fietkau1-65/+60
2011-12-15ath9k: reduce the number of unnecessary BAR tx packetsFelix Fietkau1-19/+31
2011-12-15ath9k: change maximum software retransmission handlingFelix Fietkau1-3/+12
2011-12-08ath9k: always issue a full hw reset after waking up from full-sleep modeFelix Fietkau1-1/+1
2011-11-28ath9k: improve ath_tx_aggr_stop to avoid TID stuck in cleanup stateNikolay Martynov1-7/+6
2011-11-09ath9k: Add btcoex profile management support for AR9462Rajkumar Manoharan1-1/+4
2011-10-12ath9k: fix retry counting / BAR handling during queue flushFelix Fietkau1-1/+6
2011-10-12ath9k: improve PS filter clearing and retry counting for A-MPDUFelix Fietkau1-7/+6
2011-10-12ath9k: keep track of what's triggering hardware resetsFelix Fietkau1-1/+4
2011-10-12ath9k: indicate which queues are blocked when stopping tx failsFelix Fietkau1-3/+5
2011-10-12ath9k: remove some bogus error handling codeDan Carpenter1-7/+0
2011-09-30mac80211: let drivers inform it about per TID buffered framesJohannes Berg1-7/+7
2011-09-30ath9k: Remove unnecessary AMPDU check at tx statusRajkumar Manoharan1-3/+2
2011-09-19ath9k: sync the dma buffer after changing the retry flagFelix Fietkau1-0/+3
2011-09-19ath9k: fix setting the IEEE80211_TX_CTL_CLEAR_PS_FILT flagFelix Fietkau1-0/+1
2011-09-19Revert "ath9k: do not insert padding into tx buffers on AR9380+"John W. Linville1-37/+19
2011-09-17ath9k: do not insert padding into tx buffers on AR9380+Felix Fietkau1-19/+37
2011-09-17ath9k: optimize ath_tx_rc_status usageFelix Fietkau1-16/+13
2011-09-17ath9k: remove a redundant check in ath_tx_form_aggrFelix Fietkau1-2/+1
2011-09-17ath9k: use the new API for setting tx descriptorsFelix Fietkau1-130/+99
2011-09-17ath9k: move ath_buf_set_rate to remove a forward declarationFelix Fietkau1-142/+141
2011-09-17ath9k: reduce the number of functions that access the tx descriptorFelix Fietkau1-35/+56
2011-09-17ath9k: remove ATH_TX_XRETRY and BUF_XRETRY flagsFelix Fietkau1-19/+4
2011-09-14ath9k: always call ath_reset from workqueue contextFelix Fietkau1-5/+9
2011-09-14ath9k: eliminate common->{rx,tx}_chainmaskFelix Fietkau1-4/+4
2011-09-13ath9k: fix checks for first subframe delimiter paddingFelix Fietkau1-1/+2
2011-08-30ath9k: defer ath_tx_setup_buffer setup to the first tx attempt during aggrFelix Fietkau1-39/+66
2011-08-30ath9k: move seqno allocation in the tx path to ath_tx_setup_bufferFelix Fietkau1-19/+23
2011-08-30ath9k: move the sequence number from ath_frame_info to ath_bufFelix Fietkau1-32/+23
2011-08-30ath9k: clean up the aggregation tid queueFelix Fietkau1-35/+42
2011-08-29ath9k: fix regression in sending aggregated packetsFelix Fietkau1-1/+4
2011-08-26ath9k: Send legacy rated frames as unaggregatedRajkumar Manoharan1-1/+21
2011-08-24ath9k: Remove SC_OP_ENABLE_APMRajkumar Manoharan1-3/+3
2011-08-24ath9k_hw: Fix exceed transmission burst-time of 5GHzRajkumar Manoharan1-3/+13
2011-08-12ath9k: avoid sending a-mpdu packets to sleeping stationsFelix Fietkau1-2/+4
2011-08-09ath9k: Remove virtual wiphy specific frame typeRajkumar Manoharan1-4/+2
2011-07-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+4
2011-07-18ath9k: Fix sparse warningsRajkumar Manoharan1-0/+4
2011-07-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+2
2011-07-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+2
2011-07-05ath9k: Fix tx throughput drops for AR9003 chips with AES encryptionRajkumar Manoharan1-1/+2