summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k
AgeCommit message (Expand)AuthorFilesLines
2010-04-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville33-600/+893
2010-04-14ath9k-htc: fix lockdep warning and kernel warning after unplugging ar9271 usb...Ming Lei1-2/+9
2010-04-14ath9k-htc:respect usb buffer cacheline alignment in reg out pathMing Lei3-13/+16
2010-04-14ath9k-htc:respect usb buffer cacheline alignment in reg in pathMing Lei3-9/+12
2010-04-14ath9k-htc:respect usb buffer cacheline alignment in ath9k_hif_usb_alloc_rx_urbsMing Lei1-3/+3
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller7-2/+11
2010-04-11Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller6-0/+10
2010-04-08ath9k: simplify AR9220 fixup code for AR_AN_TOP2 registerPavel Roskin2-64/+13
2010-04-08ath9k_htc: Fix HTC layer memleakSujith1-0/+7
2010-04-08ath9k_htc: Use anchors for REGOUT pipeSujith2-16/+15
2010-04-08ath9k_htc: Fix module unloading issueSujith2-1/+2
2010-04-08ath9k_htc: Fix RX URB reference countSujith1-0/+6
2010-04-08ath9k_htc: Protect RX stream variablesSujith2-0/+9
2010-04-08wireless/ath: remove trailing space in messagesFrans Pop4-5/+5
2010-04-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-22/+2
2010-04-07ath9k_htc: Configure the beacon timers once the scan is completed.Vivek Natarajan3-16/+43
2010-04-07ath9k_htc: Add support for power save.Vivek Natarajan5-6/+117
2010-04-07ath9k: Add support for newer AR9285 chipsets.Vivek Natarajan5-23/+201
2010-04-06ath9k_htc: Add TL-WN422G v2 product IDSujith1-0/+1
2010-04-06ath9k_hw: Don't check devid for ath9k_htcSujith2-8/+7
2010-04-06ath: Add a bus type fieldSujith3-0/+3
2010-04-06ath9k: fix compile error without debug enabledFelix Fietkau1-2/+3
2010-04-06ath9k: remove ah->mask_reg, it's never used properlyPavel Roskin3-10/+8
2010-04-06ath9k: move imask from sc to ahPavel Roskin5-56/+56
2010-04-06ath9k: rename symbols in enum ath9k_internal_frame_type to avoid confusionPavel Roskin3-7/+7
2010-04-06ath9k: fix double calls to ath_radio_enableFelix Fietkau1-2/+1
2010-03-31ath9k: Do not indicate RX_FLAG_DECRYPTED for unprotected framesJouni Malinen1-1/+2
2010-03-31ath9k_htc: Fix TKIP encryptionSujith2-3/+3
2010-03-31ath9k: allocate tx and rx status information on stackFelix Fietkau3-25/+22
2010-03-31ath9k: split out access to rx status informationFelix Fietkau5-60/+52
2010-03-31ath9k: split out access to tx status informationFelix Fietkau6-103/+104
2010-03-31ath9k_htc: Initialize HW opmodeSujith1-0/+1
2010-03-31ath9k_htc: Handle TX queue overflowSujith4-3/+36
2010-03-31ath9k_htc: Simplify RX URB managementSujith2-82/+50
2010-03-31ath9k_htc: Fix watchdog pattern parsingSujith1-1/+1
2010-03-31ath9k_htc: Fix bug in aggregation initiationSujith2-15/+24
2010-03-31ath9k_common: Move RX filter code to ath9k_htcSujith5-88/+77
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo6-0/+10
2010-03-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller24-115/+6596
2010-03-24ath9k_htc: Fix symbol collision with ath9kSujith4-28/+28
2010-03-23ath9k_htc: Support for AR9271 chipset.Sujith16-0/+6391
2010-03-23ath9k_hw: fix hardware deinitSujith2-3/+4
2010-03-23ath9k_hw: add HTC init hardware call for special resets for AR9271Sujith2-0/+15
2010-03-23ath9k_hw: always set the core clock for AR9271Sujith1-32/+2
2010-03-23ath9k_hw: use the skip count for PA calibration on AR9271Sujith1-3/+6
2010-03-23ath9k_hw: restrict valid nf readings for AR9271 to -114Sujith1-0/+8
2010-03-23ath9k_hw: fix noisefloor history buffer usage on AR9271Sujith1-4/+4
2010-03-23ath9k_hw: Fix full sleep setup for AR9271Sujith1-1/+1
2010-03-23ath9k_hw: fix TX descriptor setup for AR9271Sujith1-1/+1
2010-03-23ath9k_hw: skip chip tests for AR9271Sujith1-2/+4