summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/xmit.c
Commit message (Expand)AuthorAgeFilesLines
* ath9k_hw: remove pCap->tx_triglevel_maxFelix Fietkau2011-03-301-1/+1
* ath9k: remove the pending frames ath_txq_schedule workaroundFelix Fietkau2011-03-301-27/+0Star
* ath9k: Fix kernel panic in AR2427Mohammed Shafi Shajakhan2011-03-211-2/+2
* ath9k: fix aggregation related interoperability issuesFelix Fietkau2011-03-141-1/+1
* ath9k: fix the .flush driver op implementationFelix Fietkau2011-03-141-15/+13Star
* ath9k: fix stopping tx dma on resetFelix Fietkau2011-03-141-8/+6Star
* ath9k: Implement op_flush()Vasanthakumar Thiagarajan2011-02-211-11/+16
* Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville2011-02-181-1/+6
|\
| * ath9k: Fix possible double free of PAPRD skb'sMohammed Shafi Shajakhan2011-02-041-1/+6
* | ath9k: Remove redundant beacon_intervalSteve Brown2011-02-091-1/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-01-281-2/+0Star
|\|
| * ath9k: add missing ps wakeup/restore callsFelix Fietkau2011-01-211-2/+0Star
* | ath9k: Fix a locking related issue.Vivek Natarajan2011-01-281-1/+4
* | ath9k: Fix a PLL hang issue observed with AR9485.Vivek Natarajan2011-01-281-0/+23
* | ath9k: fix tx queue index confusion in debugfs codeFelix Fietkau2011-01-281-1/+1
* | ath9k: fold struct ath_wiphy into struct ath_softcFelix Fietkau2011-01-281-6/+3Star
* | ath9k: remove the bf->aphy fieldFelix Fietkau2011-01-281-22/+16Star
* | ath9k: remove support for virtual wiphysFelix Fietkau2011-01-281-16/+12Star
* | ath9k: clean up the code that wakes the mac80211 queuesFelix Fietkau2011-01-281-23/+16Star
* | ath9k: fix misplaced debug codeFelix Fietkau2011-01-271-0/+3
* | ath9k: clean up enums and unused macrosMohammed Shafi Shajakhan2011-01-261-2/+0Star
* | ath9k: Try more than one queue when scheduling new aggregate.Ben Greear2011-01-211-27/+37
* | ath9k: Restart xmit logic in xmit watchdog.Ben Greear2011-01-211-25/+54
* | ath9k: Add counters to distinquish AMPDU enqueues.Ben Greear2011-01-211-1/+2
* | ath9k: Ensure xmit makes progress.Ben Greear2011-01-211-0/+2
* | ath9k: Add more information to debugfs xmit file.Ben Greear2011-01-211-0/+1
* | ath9k: fix excessive BAR sending when a frame exceeds its retry limitFelix Fietkau2011-01-191-1/+1
* | ath9k: try more than one tid when scheduling a new aggregateFelix Fietkau2011-01-191-3/+6
* | ath9k: reinitialize block ack window data when starting aggregationFelix Fietkau2011-01-191-0/+3
* | ath9k: fix initial sequence number after starting an ampdu sessionFelix Fietkau2011-01-191-1/+1
* | ath9k: fix bogus sequence number increases on aggregation tid flushFelix Fietkau2011-01-191-1/+1
|/
* ath9k: fix queue depth check for forming new aggregatesFelix Fietkau2010-12-201-3/+18
* ath9k: fix sequence number assigment for non-AMPDU QoS data framesFelix Fietkau2010-12-131-3/+6
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-12-081-13/+6Star
|\
| * ath9k: fix a DMA related race condition on resetFelix Fietkau2010-12-071-16/+6Star
* | ath9k: Check for NULL sta in ath_tx_startBen Greear2010-12-081-1/+4
* | ath: Convert ath_print to ath_dbgJoe Perches2010-12-071-29/+25Star
* | ath: Convert ath_print(.., ATH_DBG_FATAL to ath_errJoe Perches2010-12-071-16/+14Star
* | ath9k: Add support for Adaptive Power ManagementMohammed Shafi Shajakhan2010-11-301-2/+21
* | ath9k: fix software retry counter trackingFelix Fietkau2010-11-291-2/+2
* | ath9k: fix recursive locking in the tx flush pathFelix Fietkau2010-11-221-0/+2
* | ath9k: store frame information used by aggregation inside the skb tx infoFelix Fietkau2010-11-171-103/+100Star
* | ath9k: more tx setup cleanupsFelix Fietkau2010-11-171-71/+58Star
* | ath9k: clean up code duplication around ath_tx_startFelix Fietkau2010-11-171-47/+20Star
* | ath9k: remove bf_tx_aborted from struct ath_bufFelix Fietkau2010-11-171-14/+9Star
* | ath9k: remove bfs_frmlen from struct ath_buf_stateFelix Fietkau2010-11-171-25/+38
* | ath9k: remove bfs_nframes from struct ath_buf_stateFelix Fietkau2010-11-171-50/+47Star
* | ath9k: remove bfs_al from struct ath_buf_stateFelix Fietkau2010-11-171-17/+17
* | ath9k: remove bfs_keyix from struct ath_buf_stateFelix Fietkau2010-11-171-6/+8
* | ath9k: remove bfs_paprd_timestamp from struct ath_buf_stateFelix Fietkau2010-11-171-6/+1Star