aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/xmit.c
Commit message (Expand)AuthorAge
* ath9k: Remove redundant beacon_intervalSteve Brown2011-02-09
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-01-28
|\
| * ath9k: add missing ps wakeup/restore callsFelix Fietkau2011-01-21
* | ath9k: Fix a locking related issue.Vivek Natarajan2011-01-28
* | ath9k: Fix a PLL hang issue observed with AR9485.Vivek Natarajan2011-01-28
* | ath9k: fix tx queue index confusion in debugfs codeFelix Fietkau2011-01-28
* | ath9k: fold struct ath_wiphy into struct ath_softcFelix Fietkau2011-01-28
* | ath9k: remove the bf->aphy fieldFelix Fietkau2011-01-28
* | ath9k: remove support for virtual wiphysFelix Fietkau2011-01-28
* | ath9k: clean up the code that wakes the mac80211 queuesFelix Fietkau2011-01-28
* | ath9k: fix misplaced debug codeFelix Fietkau2011-01-27
* | ath9k: clean up enums and unused macrosMohammed Shafi Shajakhan2011-01-26
* | ath9k: Try more than one queue when scheduling new aggregate.Ben Greear2011-01-21
* | ath9k: Restart xmit logic in xmit watchdog.Ben Greear2011-01-21
* | ath9k: Add counters to distinquish AMPDU enqueues.Ben Greear2011-01-21
* | ath9k: Ensure xmit makes progress.Ben Greear2011-01-21
* | ath9k: Add more information to debugfs xmit file.Ben Greear2011-01-21
* | ath9k: fix excessive BAR sending when a frame exceeds its retry limitFelix Fietkau2011-01-19
* | ath9k: try more than one tid when scheduling a new aggregateFelix Fietkau2011-01-19
* | ath9k: reinitialize block ack window data when starting aggregationFelix Fietkau2011-01-19
* | ath9k: fix initial sequence number after starting an ampdu sessionFelix Fietkau2011-01-19
* | ath9k: fix bogus sequence number increases on aggregation tid flushFelix Fietkau2011-01-19
|/
* ath9k: fix queue depth check for forming new aggregatesFelix Fietkau2010-12-20
* ath9k: fix sequence number assigment for non-AMPDU QoS data framesFelix Fietkau2010-12-13
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-12-08
|\
| * ath9k: fix a DMA related race condition on resetFelix Fietkau2010-12-07
* | ath9k: Check for NULL sta in ath_tx_startBen Greear2010-12-08
* | ath: Convert ath_print to ath_dbgJoe Perches2010-12-07
* | ath: Convert ath_print(.., ATH_DBG_FATAL to ath_errJoe Perches2010-12-07
* | ath9k: Add support for Adaptive Power ManagementMohammed Shafi Shajakhan2010-11-30
* | ath9k: fix software retry counter trackingFelix Fietkau2010-11-29
* | ath9k: fix recursive locking in the tx flush pathFelix Fietkau2010-11-22
* | ath9k: store frame information used by aggregation inside the skb tx infoFelix Fietkau2010-11-17
* | ath9k: more tx setup cleanupsFelix Fietkau2010-11-17
* | ath9k: clean up code duplication around ath_tx_startFelix Fietkau2010-11-17
* | ath9k: remove bf_tx_aborted from struct ath_bufFelix Fietkau2010-11-17
* | ath9k: remove bfs_frmlen from struct ath_buf_stateFelix Fietkau2010-11-17
* | ath9k: remove bfs_nframes from struct ath_buf_stateFelix Fietkau2010-11-17
* | ath9k: remove bfs_al from struct ath_buf_stateFelix Fietkau2010-11-17
* | ath9k: remove bfs_keyix from struct ath_buf_stateFelix Fietkau2010-11-17
* | ath9k: remove bfs_paprd_timestamp from struct ath_buf_stateFelix Fietkau2010-11-17
* | ath9k: remove bfs_keytype from struct ath_buf_stateFelix Fietkau2010-11-17
* | ath9k: remove bfs_tidno from struct ath_buf_stateFelix Fietkau2010-11-17
* | ath9k: remove bfs_seqno from struct ath_buf_stateFelix Fietkau2010-11-17
* | ath9k: fix PA predistortion training frame setupFelix Fietkau2010-11-17
* | ath9k: clean up tx buffer setupFelix Fietkau2010-11-16
* | ath9k: remove the tx info padding byte abuseFelix Fietkau2010-11-16
* | ath9k: handle tx underrun in the driver instead of rate controlFelix Fietkau2010-11-16
* | ath9k: remove the unnecessary private xretry tx flagFelix Fietkau2010-11-16
* | ath9k: rework tx queue selection and fix queue stopping/wakingFelix Fietkau2010-11-15