summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2010-04-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville56-738/+2209
2010-04-14ar9170usb: add a couple more USB IDsChristian Lamparter1-0/+10
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-14ath5k: treat RXORN as non-fatalBruno Randolf2-1/+15
2010-04-14ath5k: Use high bitrates for ACK/CTSBruno Randolf3-6/+5
2010-04-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller14-3/+18
2010-04-11Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller13-1/+17
2010-04-09ath5k: fixup some merge damage for AR5211 IQ calibrationJohn W. Linville1-1/+4
2010-04-08ath5k: add bounds check to pdadc tableBob Copeland1-1/+1
2010-04-08ath5k: fix race condition in tx desc processingBob Copeland1-0/+11
2010-04-08ath5k: clean up queue manipulationBob Copeland1-2/+1
2010-04-08ath5k: correct channel setting for 2.5 mhz spacingBob Copeland1-4/+4
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. Linville7-58/+41
2010-04-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-2/+1
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-07ath5k: Adaptive Noise Immunity (ANI) ImplementationBruno Randolf12-16/+1083
2010-04-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+3
2010-04-07ath9k_htc: Add TL-WN422G v2 product IDSujith1-0/+1
2010-04-07ath9k_hw: Don't check devid for ath9k_htcSujith2-8/+7
2010-04-07ath: Add a bus type fieldSujith4-3/+13
2010-04-07ath9k: fix compile error without debug enabledFelix Fietkau1-2/+3
2010-04-07ath9k: remove ah->mask_reg, it's never used properlyPavel Roskin3-10/+8
2010-04-07ath9k: move imask from sc to ahPavel Roskin5-56/+56
2010-04-07ath9k: rename symbols in enum ath9k_internal_frame_type to avoid confusionPavel Roskin3-7/+7
2010-04-07ath: fix coding style/readability in ath/ar9170Luis de Bethencourt3-8/+9
2010-04-07ath: fix code readability in regd.cLuis de Bethencourt1-1/+2
2010-04-07Net: wireless: ath: fix macros coding style issue in hw.cLuis de Bethencourt1-2/+2
2010-04-06ath9k: fix double calls to ath_radio_enableFelix Fietkau1-2/+1
2010-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+3
2010-04-04net: convert multicast list to list_headJiri Pirko2-19/+12
2010-04-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-1/+3
2010-03-31ar9170usb: fix panic triggered by undersized rxstream bufferChristian Lamparter2-1/+2
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