summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/rt2x00/rt2x00pci.c
AgeCommit message (Expand)Author
2012-06-20rt2x00 : RT3290 chip support v4Woody Hung
2012-04-23rt2x00: Use GFP_KERNEL for rx buffer allocation on USB devicesHelmut Schaa
2011-04-19rt2x00: Allow dynamic addition of PCI/USB IDs.Gertjan van Wingerde
2011-04-19rt2x00: Decrease association time for USB devicesIvo van Doorn
2011-04-04rt2x00: Limit rt2x00pci rxdone processing to 16 entries at onceHelmut Schaa
2011-01-31rt2x00: Remove interrupt thread registrationHelmut Schaa
2011-01-14Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds
2010-12-23PCI: make pci_restore_state return voidJon Mason
2010-12-22rt2x00: Use pci_is_pcie()Hauke Mehrtens
2010-12-13rt2x00: Cleanup RX index countingIvo van Doorn
2010-11-15rt2x00pci: do not use GFP_DMAJohn W. Linville
2010-10-11rt2x00: Simplify Queue function argumentsIvo van Doorn
2010-08-04rt2x00: do not use PCI resources before pci_enable_device()Kulikov Vasiliy
2010-07-12rt2x00: Convert rt2x00 to use threaded interruptsHelmut Schaa
2010-06-30rt2x00: Move common txdone handling to rt2x00lib_txdone.Gertjan van Wingerde
2010-06-30rt2x00: Merge PCI and USB versions of write_tx_data into single function.Gertjan van Wingerde
2010-06-03rt2x00: Introduce separate interface type for PCI-express.Gertjan van Wingerde
2010-06-03rt2x00: Properly reserve room for descriptors in skbs.Gertjan van Wingerde
2010-06-03rt2x00: Reverse calling order of bus write_tx_desc and driver write_tx_desc.Gertjan van Wingerde
2010-05-24rt2x00: don't use to_pci_dev in rt2x00pci_uninitializeHelmut Schaa
2010-05-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2010-05-12rt2x00: Simplify TXD handling of beacons.Gertjan van Wingerde
2010-04-23Merge branch 'master' into for-davemJohn W. Linville
2010-04-16rt2x00: add txdesc parameter to write_tx_dataHelmut Schaa
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-15rt2x00: Reorganize RT chipset setting for PCI/SOC devices.Gertjan van Wingerde
2009-12-21rt2x00 : bail out of regbusy_read if device is removed.Alban Browaeys
2009-11-11rt2x00: Update copyright statements.Gertjan van Wingerde
2009-11-11rt2x00: Move interface type assignments to generic code.Gertjan van Wingerde
2009-04-22rt2x00: Move Move pci_dev specific access to rt2x00pciIvo van Doorn
2009-04-20rt2x00: Don't free register information on suspendIvo van Doorn
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang
2009-01-29rt2x00: Update copyright year to 2009Ivo van Doorn
2008-11-25rt2x00: Cleanup indirect register accessIvo van Doorn
2008-11-21rt2x00: Cleanup TX/RX entry handlingIvo van Doorn
2008-10-31pci: use pci_ioremap_bar() in drivers/netArjan van de Ven
2008-06-26rt2x00: Cleanup symbol exportsIvo van Doorn
2008-06-26rt2x00: Replace statically allocated DMA buffers with mapped skb's.Gertjan van Wingerde
2008-06-26rt2x00: Centralize allocation of RX skbs.Gertjan van Wingerde
2008-06-26rt2x00: Convert rt2x00 to use generic DMA-mapping APIGertjan van Wingerde
2008-06-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-06-14rt2x00: Centralize RX packet alignment handling in rt2x00lib.Gertjan van Wingerde
2008-06-14rt2x00: Cleanup struct skb_frame_desc.Gertjan van Wingerde
2008-06-14rt2x00: Don't kick TX queue after each frameIvo van Doorn
2008-06-14rt2x00: Move generic TX frame writing code into rt2x00queueIvo van Doorn
2008-06-13rt2x00: Restrict DMA to 32-bit addresses.Gertjan van Wingerde
2008-05-21mac80211: move TX info into skb->cbJohannes Berg
2008-05-21rt2x00: Merge RX and TX entry private dataIvo van Doorn
2008-05-21rt2x00: Split rt2x00lib_write_tx_desc()Ivo van Doorn
2008-05-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller