aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/xmit.c
AgeCommit message (Expand)Author
2013-06-24ath9k: fix an RCU issue in calling ieee80211_get_tx_ratesFelix Fietkau
2013-05-22ath9k: prevent aggregation session deadlocksFelix Fietkau
2013-05-17ath9k: fix draining aggregation tid buffersFelix Fietkau
2013-05-17ath9k: fix rate handling/reportingFelix Fietkau
2013-05-17ath9k: fix aggregation stop/flush handlingFelix Fietkau
2013-04-23ath9k: add support for the new rate control APIFelix Fietkau
2013-04-23ath9k: merge ath_tx_start_dma into ath_tx_startFelix Fietkau
2013-04-10ath9k: implement buffer holding handling for EDMA FIFOFelix Fietkau
2013-04-10ath9k_common: remove ath9k_cmn_padposFelix Fietkau
2013-02-11ath9k: Fix ATH9K_HW_CAP_HT usageSujith Manoharan
2013-01-22ath9k: use ath_tx_process_buffer instead of open-coding similar codeFelix Fietkau
2013-01-22ath9k: clean up processing of pending tx frames on resetFelix Fietkau
2013-01-07ath9k: use the devres API for allocations/mappingsFelix Fietkau
2012-11-30ath9k: Remove redundant NULL assignmentSujith Manoharan
2012-11-30ath9k: Replace WME_NUM_TID with IEEE80211_NUM_TIDSSujith Manoharan
2012-11-21ath9k: Fix the 'xmit' debugfs fileSujith Manoharan
2012-11-21ath9k/ath9k_htc: Remove WME macrosSujith Manoharan
2012-10-30ath9k: Test for TID only in BlockAcks while checking tx statusSven Eckelmann
2012-10-29ath9k: fix stale pointers potentially causing access to free'd skbsFelix Fietkau
2012-10-05ath9k: use ieee80211_free_txskbFelix Fietkau
2012-09-28ath9k: Fix chainmask selection for AR9462Sujith Manoharan
2012-09-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-09-07ath9k: Fix TX filter usageSujith Manoharan
2012-09-05ath9k: fix PA linearization calibration related crashFelix Fietkau
2012-07-31mac80211: move TX station pointer and restructure TXThomas Huehn
2012-07-17ath9k: Fix race in reset-work usageRajkumar Manoharan
2012-07-17ath9k: Cleanup beacon queue configurationSujith Manoharan
2012-07-17ath9k: fix aggregate size limit based on queue TXOP limitFelix Fietkau
2012-07-17ath9k: make per-WMM-AC queue sizes configurable via debugfsFelix Fietkau
2012-07-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-06-26ath9k: raise aggregation limit to 64k for HT IBSSSven Eckelmann
2012-06-19ath9k: fix invalid pointer access in the tx pathFelix Fietkau
2012-06-19ath9k: fix a tx rate duration calculation bugFelix Fietkau
2012-06-06ath9k: Fix powersave lockingSujith Manoharan
2012-06-06ath9k: Use atomic operationsSujith Manoharan
2012-06-06ath9k: Group link monitoring logicSujith Manoharan
2012-05-29ath9k: fix a use-after-free-bug when ath_tx_setup_buffer() failsFelix Fietkau
2012-04-17ath9k: Fix TX fragmentationSujith Manoharan
2012-03-15ath9k_hw: remove ath9k_hw_gettxintrtxqsFelix Fietkau
2012-03-15ath9k_hw: clean up tx completion interrupt handlingFelix Fietkau
2012-03-15ath9k: Fix multi-VIF BSS handlingSujith Manoharan
2012-03-15ath9k: Remove aggregation flagsSujith Manoharan
2012-03-05ath9k: fix drv_tx_last_beacon on AR9003 by processing beacon tx statusFelix Fietkau
2012-02-27ath9k: Calculate ampdu limit using a helperSujith Manoharan
2012-01-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-01-04ath9k: fix tx queue sparse complaintLuis R. Rodriguez
2012-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell
2011-12-19ath9k: fix tx locking issuesFelix Fietkau
2011-12-19ath: Convert ath_dbg(bar, ATH_DBG_<FOO>, to ath_dbg(bar, FOOJoe Perches