aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00/rt2x00pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-2/+2
2013-03-17drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches1-3/+1
2013-03-06rt2x00: rt2x00pci_regbusy_read() - only print register access failure onceTim Gardner1-2/+2
2012-06-20rt2x00 : RT3290 chip support v4Woody Hung1-0/+9
2012-04-23rt2x00: Use GFP_KERNEL for rx buffer allocation on USB devicesHelmut Schaa1-1/+1
2011-04-19rt2x00: Allow dynamic addition of PCI/USB IDs.Gertjan van Wingerde1-2/+1
2011-04-19rt2x00: Decrease association time for USB devicesIvo van Doorn1-0/+9
2011-04-04rt2x00: Limit rt2x00pci rxdone processing to 16 entries at onceHelmut Schaa1-2/+5
2011-01-31rt2x00: Remove interrupt thread registrationHelmut Schaa1-4/+3
2011-01-14Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-2/+2
2010-12-23PCI: make pci_restore_state return voidJon Mason1-2/+2
2010-12-22rt2x00: Use pci_is_pcie()Hauke Mehrtens1-1/+1
2010-12-13rt2x00: Cleanup RX index countingIvo van Doorn1-0/+7
2010-11-15rt2x00pci: do not use GFP_DMAJohn W. Linville1-1/+1
2010-10-11rt2x00: Simplify Queue function argumentsIvo van Doorn1-1/+1
2010-08-04rt2x00: do not use PCI resources before pci_enable_device()Kulikov Vasiliy1-11/+10
2010-07-12rt2x00: Convert rt2x00 to use threaded interruptsHelmut Schaa1-2/+4
2010-06-30rt2x00: Move common txdone handling to rt2x00lib_txdone.Gertjan van Wingerde1-31/+0
2010-06-30rt2x00: Merge PCI and USB versions of write_tx_data into single function.Gertjan van Wingerde1-43/+0
2010-06-03rt2x00: Introduce separate interface type for PCI-express.Gertjan van Wingerde1-1/+4
2010-06-03rt2x00: Properly reserve room for descriptors in skbs.Gertjan van Wingerde1-0/+40
2010-06-03rt2x00: Reverse calling order of bus write_tx_desc and driver write_tx_desc.Gertjan van Wingerde1-0/+6
2010-05-24rt2x00: don't use to_pci_dev in rt2x00pci_uninitializeHelmut Schaa1-1/+1
2010-05-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-9/+0
2010-05-12rt2x00: Simplify TXD handling of beacons.Gertjan van Wingerde1-9/+0
2010-04-23Merge branch 'master' into for-davemJohn W. Linville1-1/+2
2010-04-16rt2x00: add txdesc parameter to write_tx_dataHelmut Schaa1-1/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-15rt2x00: Reorganize RT chipset setting for PCI/SOC devices.Gertjan van Wingerde1-7/+0
2009-12-21rt2x00 : bail out of regbusy_read if device is removed.Alban Browaeys1-0/+3
2009-11-11rt2x00: Update copyright statements.Gertjan van Wingerde1-1/+1
2009-11-11rt2x00: Move interface type assignments to generic code.Gertjan van Wingerde1-0/+2
2009-04-22rt2x00: Move Move pci_dev specific access to rt2x00pciIvo van Doorn1-4/+12
2009-04-20rt2x00: Don't free register information on suspendIvo van Doorn1-17/+1
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-1/+1
2009-01-29rt2x00: Update copyright year to 2009Ivo van Doorn1-1/+1
2008-11-25rt2x00: Cleanup indirect register accessIvo van Doorn1-0/+25
2008-11-21rt2x00: Cleanup TX/RX entry handlingIvo van Doorn1-9/+4
2008-10-31pci: use pci_ioremap_bar() in drivers/netArjan van de Ven1-2/+1
2008-06-26rt2x00: Cleanup symbol exportsIvo van Doorn1-49/+0
2008-06-26rt2x00: Replace statically allocated DMA buffers with mapped skb's.Gertjan van Wingerde1-92/+33
2008-06-26rt2x00: Centralize allocation of RX skbs.Gertjan van Wingerde1-28/+49
2008-06-26rt2x00: Convert rt2x00 to use generic DMA-mapping APIGertjan van Wingerde1-10/+9
2008-06-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+1
2008-06-14rt2x00: Centralize RX packet alignment handling in rt2x00lib.Gertjan van Wingerde1-19/+4
2008-06-14rt2x00: Cleanup struct skb_frame_desc.Gertjan van Wingerde1-4/+0
2008-06-14rt2x00: Don't kick TX queue after each frameIvo van Doorn1-3/+3
2008-06-14rt2x00: Move generic TX frame writing code into rt2x00queueIvo van Doorn1-27/+16
2008-06-13rt2x00: Restrict DMA to 32-bit addresses.Gertjan van Wingerde1-2/+1
2008-05-21mac80211: move TX info into skb->cbJohannes Berg1-6/+5