aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/xmit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-11ath9k: Fix ATH9K_HW_CAP_HT usageSujith Manoharan1-3/+2
2013-01-22ath9k: use ath_tx_process_buffer instead of open-coding similar codeFelix Fietkau1-37/+32
2013-01-22ath9k: clean up processing of pending tx frames on resetFelix Fietkau1-33/+10
2013-01-07ath9k: use the devres API for allocations/mappingsFelix Fietkau1-32/+5
2012-11-30ath9k: Remove redundant NULL assignmentSujith Manoharan1-1/+0
2012-11-30ath9k: Replace WME_NUM_TID with IEEE80211_NUM_TIDSSujith Manoharan1-4/+4
2012-11-21ath9k: Fix the 'xmit' debugfs fileSujith Manoharan1-0/+2
2012-11-21ath9k/ath9k_htc: Remove WME macrosSujith Manoharan1-5/+5
2012-10-30ath9k: Test for TID only in BlockAcks while checking tx statusSven Eckelmann1-2/+6
2012-10-29ath9k: fix stale pointers potentially causing access to free'd skbsFelix Fietkau1-0/+2
2012-10-05ath9k: use ieee80211_free_txskbFelix Fietkau1-24/+29
2012-09-28ath9k: Fix chainmask selection for AR9462Sujith Manoharan1-0/+4
2012-09-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-0/+3
2012-09-07ath9k: Fix TX filter usageSujith Manoharan1-1/+1
2012-09-05ath9k: fix PA linearization calibration related crashFelix Fietkau1-0/+3
2012-07-31mac80211: move TX station pointer and restructure TXThomas Huehn1-4/+5
2012-07-17ath9k: Fix race in reset-work usageRajkumar Manoharan1-7/+6
2012-07-17ath9k: Cleanup beacon queue configurationSujith Manoharan1-10/+0
2012-07-17ath9k: fix aggregate size limit based on queue TXOP limitFelix Fietkau1-30/+43
2012-07-17ath9k: make per-WMM-AC queue sizes configurable via debugfsFelix Fietkau1-2/+4
2012-07-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-13/+18
2012-06-26ath9k: raise aggregation limit to 64k for HT IBSSSven Eckelmann1-0/+12
2012-06-19ath9k: fix invalid pointer access in the tx pathFelix Fietkau1-12/+17
2012-06-19ath9k: fix a tx rate duration calculation bugFelix Fietkau1-1/+1
2012-06-06ath9k: Fix powersave lockingSujith Manoharan1-0/+3
2012-06-06ath9k: Use atomic operationsSujith Manoharan1-1/+1
2012-06-06ath9k: Group link monitoring logicSujith Manoharan1-43/+3
2012-05-29ath9k: fix a use-after-free-bug when ath_tx_setup_buffer() failsFelix Fietkau1-6/+10
2012-04-17ath9k: Fix TX fragmentationSujith Manoharan1-1/+9
2012-03-15ath9k_hw: remove ath9k_hw_gettxintrtxqsFelix Fietkau1-3/+2
2012-03-15ath9k_hw: clean up tx completion interrupt handlingFelix Fietkau1-2/+1
2012-03-15ath9k: Fix multi-VIF BSS handlingSujith Manoharan1-1/+3
2012-03-15ath9k: Remove aggregation flagsSujith Manoharan1-12/+9
2012-03-05ath9k: fix drv_tx_last_beacon on AR9003 by processing beacon tx statusFelix Fietkau1-2/+5
2012-02-27ath9k: Calculate ampdu limit using a helperSujith Manoharan1-10/+9
2012-01-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-0/+3
2012-01-04ath9k: fix tx queue sparse complaintLuis R. Rodriguez1-0/+3
2012-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-44/+74
2011-12-19net: 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-07ath9k: 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-08ath9k: Add btcoex profile management support for AR9462Rajkumar Manoharan1-1/+4