aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/xmit.c
Commit message (Expand)AuthorAgeFilesLines
* more driver stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-621/+613
* merged 3.0.101 tagWolfgang Wiedmeyer2015-10-221-0/+1
* ath9k: fix stale pointers potentially causing access to free'd skbsFelix Fietkau2012-11-171-0/+2
* ath9k: Fix tx throughput drops for AR9003 chips with AES encryptionRajkumar Manoharan2011-07-051-1/+2
* Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next...John W. Linville2011-05-241-1/+1
|\
| * ath9k: Drag the driver to the year 2011Sujith Manoharan2011-05-191-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-05-161-4/+7
|\ \ | |/
| * ath9k: fix a regression in PS frame filter handlingFelix Fietkau2011-05-111-0/+6
| * ath9k_hw: remove aggregation protection modeMohammed Shafi Shajakhan2011-05-051-4/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-05-051-23/+0
|\ \ | |/
| * ath9k: cleanup hw pll work handlerSenthil Balasubramanian2011-04-251-23/+0
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-04-251-15/+96
|\ \ | |/
| * ath9k: assign keycache slots to unencrypted stationsFelix Fietkau2011-04-191-3/+7
| * ath9k: fix powersave frame filtering/buffering in AP modeFelix Fietkau2011-04-191-12/+89
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-04-121-28/+1
|\ \ | |/
| * 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/+0
* | Fix common misspellingsLucas De Marchi2011-03-311-2/+2
|/
* 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/+13
* ath9k: fix stopping tx dma on resetFelix Fietkau2011-03-141-8/+6
* 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/+0
|\ \ | |/
| * ath9k: add missing ps wakeup/restore callsFelix Fietkau2011-01-211-2/+0
* | 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/+3
* | ath9k: remove the bf->aphy fieldFelix Fietkau2011-01-281-22/+16
* | ath9k: remove support for virtual wiphysFelix Fietkau2011-01-281-16/+12
* | ath9k: clean up the code that wakes the mac80211 queuesFelix Fietkau2011-01-281-23/+16
* | ath9k: fix misplaced debug codeFelix Fietkau2011-01-271-0/+3
* | ath9k: clean up enums and unused macrosMohammed Shafi Shajakhan2011-01-261-2/+0
* | 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/+6
|\