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