summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/xmit.c
AgeCommit message (Expand)Author
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
2011-12-15ath9k: avoid retransmitting aggregation frames that a BAR was sent forFelix Fietkau
2011-12-15ath9k: simplify tx lockingFelix Fietkau
2011-12-15ath9k: remove bogus sequence number incrementFelix Fietkau
2011-12-15ath9k: reduce indentation level in a few placesFelix Fietkau
2011-12-15ath9k: reduce the number of unnecessary BAR tx packetsFelix Fietkau
2011-12-15ath9k: change maximum software retransmission handlingFelix Fietkau
2011-12-07ath9k: always issue a full hw reset after waking up from full-sleep modeFelix Fietkau
2011-11-28ath9k: improve ath_tx_aggr_stop to avoid TID stuck in cleanup stateNikolay Martynov
2011-11-08ath9k: Add btcoex profile management support for AR9462Rajkumar Manoharan
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