summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/xmit.c
AgeCommit message (Expand)Author
2011-10-11ath9k: fix retry counting / BAR handling during queue flushFelix Fietkau
2011-10-11ath9k: improve PS filter clearing and retry counting for A-MPDUFelix Fietkau
2011-10-11ath9k: keep track of what's triggering hardware resetsFelix Fietkau
2011-10-11ath9k: indicate which queues are blocked when stopping tx failsFelix Fietkau
2011-10-11ath9k: remove some bogus error handling codeDan Carpenter
2011-09-30mac80211: let drivers inform it about per TID buffered framesJohannes Berg
2011-09-30ath9k: Remove unnecessary AMPDU check at tx statusRajkumar Manoharan
2011-09-19ath9k: sync the dma buffer after changing the retry flagFelix Fietkau
2011-09-19ath9k: fix setting the IEEE80211_TX_CTL_CLEAR_PS_FILT flagFelix Fietkau
2011-09-19Revert "ath9k: do not insert padding into tx buffers on AR9380+"John W. Linville
2011-09-16ath9k: do not insert padding into tx buffers on AR9380+Felix Fietkau
2011-09-16ath9k: optimize ath_tx_rc_status usageFelix Fietkau
2011-09-16ath9k: remove a redundant check in ath_tx_form_aggrFelix Fietkau
2011-09-16ath9k: use the new API for setting tx descriptorsFelix Fietkau
2011-09-16ath9k: move ath_buf_set_rate to remove a forward declarationFelix Fietkau
2011-09-16ath9k: reduce the number of functions that access the tx descriptorFelix Fietkau
2011-09-16ath9k: remove ATH_TX_XRETRY and BUF_XRETRY flagsFelix Fietkau
2011-09-14ath9k: always call ath_reset from workqueue contextFelix Fietkau
2011-09-14ath9k: eliminate common->{rx,tx}_chainmaskFelix Fietkau
2011-09-13ath9k: fix checks for first subframe delimiter paddingFelix Fietkau
2011-08-30ath9k: defer ath_tx_setup_buffer setup to the first tx attempt during aggrFelix Fietkau
2011-08-30ath9k: move seqno allocation in the tx path to ath_tx_setup_bufferFelix Fietkau
2011-08-30ath9k: move the sequence number from ath_frame_info to ath_bufFelix Fietkau
2011-08-30ath9k: clean up the aggregation tid queueFelix Fietkau
2011-08-29ath9k: fix regression in sending aggregated packetsFelix Fietkau
2011-08-26ath9k: Send legacy rated frames as unaggregatedRajkumar Manoharan
2011-08-24ath9k: Remove SC_OP_ENABLE_APMRajkumar Manoharan
2011-08-24ath9k_hw: Fix exceed transmission burst-time of 5GHzRajkumar Manoharan
2011-08-12ath9k: avoid sending a-mpdu packets to sleeping stationsFelix Fietkau
2011-08-09ath9k: Remove virtual wiphy specific frame typeRajkumar Manoharan
2011-07-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-07-18ath9k: Fix sparse warningsRajkumar Manoharan
2011-07-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-07-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-07-05ath9k: Fix tx throughput drops for AR9003 chips with AES encryptionRajkumar Manoharan
2011-06-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-06-27ath9k: Fix locking issue during tx completionRajkumar Manoharan
2011-06-21net: remove mm.h inclusion from netdevice.hAlexey Dobriyan
2011-06-01ath9k: unify edma and non-edma tx code, improve tx fifo handlingFelix Fietkau
2011-05-24Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next...John W. Linville
2011-05-19ath9k: Drag the driver to the year 2011Sujith Manoharan
2011-05-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-05-11ath9k: fix a regression in PS frame filter handlingFelix Fietkau
2011-05-05ath9k_hw: remove aggregation protection modeMohammed Shafi Shajakhan
2011-05-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-04-25ath9k: cleanup hw pll work handlerSenthil Balasubramanian
2011-04-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-04-19ath9k: assign keycache slots to unencrypted stationsFelix Fietkau
2011-04-19ath9k: fix powersave frame filtering/buffering in AP modeFelix Fietkau
2011-04-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville