aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00/rt2x00pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-05-21rt2x00: Merge RX and TX entry private dataIvo van Doorn1-61/+28
2008-05-21rt2x00: Split rt2x00lib_write_tx_desc()Ivo van Doorn1-1/+10
2008-05-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+3
2008-05-12rt2x00: Clean up error handling of PCI queue DMA allocation.Ivo van Doorn1-2/+3
2008-05-07rt2x00: Use rt2x00 queue numberingIvo van Doorn1-1/+1
2008-03-13rt2x00: Initialize TX control field in data entriesMattias Nissler1-0/+1
2008-02-29rt2x00: Fix Descriptor DMA initializationIvo van Doorn1-17/+21
2008-02-29rt2x00: Don't report driver generated frames to tx_status()Ivo van Doorn1-1/+0
2008-02-29rt2x00: Fix skbdesc->data_len initializationIvo van Doorn1-2/+2
2008-02-29rt2x00: make csr_cache and csr_addr an unionIvo van Doorn1-5/+5
2008-02-29rt2x00: Fix invalid DMA freeIvo van Doorn1-25/+60
2008-02-29rt2x00: Move beacon and atim queue defines into rt2x00Ivo van Doorn1-47/+0
2008-02-29rt2x00: Add per-interface structureIvo van Doorn1-15/+17
2008-02-29rt2x00: Queue handling overhaulIvo van Doorn1-105/+118
2008-02-29rt2x00: Update copyright noticeIvo van Doorn1-1/+1
2008-01-28rt2x00: Always call ieee80211_stop_queue() when return NETDEV_TX_BUSYIvo van Doorn1-7/+1
2008-01-28rt2x00: Add TX/RX frame dumping facilityIvo van Doorn1-2/+2