summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/xmit.c
Commit message (Expand)AuthorAgeFilesLines
* ath9k: prevent aggregation session deadlocksFelix Fietkau2013-05-221-99/+39
* ath9k: fix draining aggregation tid buffersFelix Fietkau2013-05-171-3/+1
* ath9k: fix rate handling/reportingFelix Fietkau2013-05-171-2/+7
* ath9k: fix aggregation stop/flush handlingFelix Fietkau2013-05-171-21/+40
* ath9k: add support for the new rate control APIFelix Fietkau2013-04-231-7/+16
* ath9k: merge ath_tx_start_dma into ath_tx_startFelix Fietkau2013-04-231-44/+36
* ath9k: implement buffer holding handling for EDMA FIFOFelix Fietkau2013-04-101-11/+19
* ath9k_common: remove ath9k_cmn_padposFelix Fietkau2013-04-101-2/+2
* ath9k: Fix ATH9K_HW_CAP_HT usageSujith Manoharan2013-02-111-3/+2
* ath9k: use ath_tx_process_buffer instead of open-coding similar codeFelix Fietkau2013-01-221-37/+32
* ath9k: clean up processing of pending tx frames on resetFelix Fietkau2013-01-221-33/+10
* ath9k: use the devres API for allocations/mappingsFelix Fietkau2013-01-071-32/+5
* ath9k: Remove redundant NULL assignmentSujith Manoharan2012-11-301-1/+0
* ath9k: Replace WME_NUM_TID with IEEE80211_NUM_TIDSSujith Manoharan2012-11-301-4/+4
* ath9k: Fix the 'xmit' debugfs fileSujith Manoharan2012-11-211-0/+2
* ath9k/ath9k_htc: Remove WME macrosSujith Manoharan2012-11-211-5/+5
* ath9k: Test for TID only in BlockAcks while checking tx statusSven Eckelmann2012-10-301-2/+6
* ath9k: fix stale pointers potentially causing access to free'd skbsFelix Fietkau2012-10-291-0/+2
* ath9k: use ieee80211_free_txskbFelix Fietkau2012-10-051-24/+29
* ath9k: Fix chainmask selection for AR9462Sujith Manoharan2012-09-281-0/+4
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-09-071-0/+3
|\
| * ath9k: fix PA linearization calibration related crashFelix Fietkau2012-09-051-0/+3
* | ath9k: Fix TX filter usageSujith Manoharan2012-09-071-1/+1
* | mac80211: move TX station pointer and restructure TXThomas Huehn2012-07-311-4/+5
|/
* ath9k: Fix race in reset-work usageRajkumar Manoharan2012-07-171-7/+6
* ath9k: Cleanup beacon queue configurationSujith Manoharan2012-07-171-10/+0
* ath9k: fix aggregate size limit based on queue TXOP limitFelix Fietkau2012-07-171-30/+43
* ath9k: make per-WMM-AC queue sizes configurable via debugfsFelix Fietkau2012-07-171-2/+4
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-07-091-13/+18
|\
| * ath9k: fix invalid pointer access in the tx pathFelix Fietkau2012-06-191-12/+17
| * ath9k: fix a tx rate duration calculation bugFelix Fietkau2012-06-191-1/+1
* | ath9k: raise aggregation limit to 64k for HT IBSSSven Eckelmann2012-06-261-0/+12
* | ath9k: Fix powersave lockingSujith Manoharan2012-06-061-0/+3
* | ath9k: Use atomic operationsSujith Manoharan2012-06-061-1/+1
* | ath9k: Group link monitoring logicSujith Manoharan2012-06-061-43/+3
|/
* ath9k: fix a use-after-free-bug when ath_tx_setup_buffer() failsFelix Fietkau2012-05-291-6/+10
* ath9k: Fix TX fragmentationSujith Manoharan2012-04-171-1/+9
* ath9k_hw: remove ath9k_hw_gettxintrtxqsFelix Fietkau2012-03-151-3/+2
* ath9k_hw: clean up tx completion interrupt handlingFelix Fietkau2012-03-151-2/+1
* ath9k: Fix multi-VIF BSS handlingSujith Manoharan2012-03-151-1/+3
* ath9k: Remove aggregation flagsSujith Manoharan2012-03-151-12/+9
* ath9k: fix drv_tx_last_beacon on AR9003 by processing beacon tx statusFelix Fietkau2012-03-051-2/+5
* ath9k: Calculate ampdu limit using a helperSujith Manoharan2012-02-271-10/+9
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-01-051-0/+3
|\
| * ath9k: fix tx queue sparse complaintLuis R. Rodriguez2012-01-041-0/+3
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-01-031-44/+74
|\ \ | |/
| * ath9k: fix tx locking issuesFelix Fietkau2011-12-191-32/+64
| * ath: Convert ath_dbg(bar, ATH_DBG_<FOO>, to ath_dbg(bar, FOOJoe Perches2011-12-191-12/+10
* | net: fix assignment of 0/1 to bool variables.Rusty Russell2011-12-191-2/+2
|/
* ath9k: avoid retransmitting aggregation frames that a BAR was sent forFelix Fietkau2011-12-151-3/+24
OpenPOWER on IntegriCloud