aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00/rt2x00usb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-30rt2x00: Move common txdone handling to rt2x00lib_txdone.Gertjan van Wingerde1-11/+0
2010-06-30rt2x00: Merge PCI and USB versions of write_tx_data into single function.Gertjan van Wingerde1-21/+0
2010-06-30rt2x00: Move filling of TX URB to rt2x00usb_kick_tx_entry function.Gertjan van Wingerde1-16/+17
2010-06-30rt2x00: Fix frame dumping for USB devices.Gertjan van Wingerde1-0/+6
2010-06-03rt2x00: Clean up USB vendor request buffer functions.Gertjan van Wingerde1-21/+1
2010-06-03rt2x00: Properly reserve room for descriptors in skbs.Gertjan van Wingerde1-6/+5
2010-06-03rt2x00: Reverse calling order of bus write_tx_desc and driver write_tx_desc.Gertjan van Wingerde1-0/+6
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-8/+0
2010-05-12rt2x00: Simplify TXD handling of beacons.Gertjan van Wingerde1-8/+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
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-11-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-1/+1
2009-11-06rt2x00: fix rt2x00usb_regbusy_read() argumentsBartlomiej Zolnierkiewicz1-1/+1
2009-11-06rt2x00: Don't queue ieee80211 work after USB removalSean Cross1-1/+8
2009-04-20rt2x00: Don't free register information on suspendIvo van Doorn1-17/+1
2009-02-09rt2x00: Add kill_tx_queue callback functionIvo van Doorn1-24/+38
2009-01-29rt2x00: Update copyright year to 2009Ivo van Doorn1-1/+1
2009-01-12rt2x00: Fix segementation faultIvo van Doorn1-3/+3
2008-11-25rt2x00: Detect USB BULK in/out endpointsIvo van Doorn1-9/+82
2008-11-25rt2x00: Move rt73usb register access wrappers into rt2x00usbIvo van Doorn1-0/+22
2008-11-21rt2x00: Fix race condition when using inderect registersIvo van Doorn1-6/+5
2008-11-21rt2x00: Cleanup TX/RX entry handlingIvo van Doorn1-17/+14
2008-08-29rt2x00: skb->data pointer should not include TX descriptorMattias Nissler1-5/+6
2008-08-29rt2x00: Fix race conditions in flag handlingIvo van Doorn1-5/+5
2008-08-18rt2x00: Fix txdone_entry_desc_flagsJochen Friedrich1-0/+1
2008-08-02rt2x00: Fix compile warningIvo van Doorn1-2/+2
2008-07-29rt2x00: Support for large vendor requestsIwo Mergler1-0/+32
2008-06-27rt2x00: kill URB for all TX queues during disable_radio()Ivo van Doorn1-3/+6
2008-06-26rt2x00: Fix sparse warning on nested container_of()Ivo van Doorn1-6/+3
2008-06-26rt2x00: Cleanup symbol exportsIvo van Doorn1-35/+7
2008-06-26rt2x00: Replace statically allocated DMA buffers with mapped skb's.Gertjan van Wingerde1-23/+4
2008-06-26rt2x00: Centralize allocation of RX skbs.Gertjan van Wingerde1-19/+2
2008-06-26rt2x00: Convert rt2x00 to use generic DMA-mapping APIGertjan van Wingerde1-4/+7
2008-06-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+4
2008-06-14rt2x00: Fix double usage of skb->cb in USB RX path.Gertjan van Wingerde1-5/+3
2008-06-14rt2x00: Centralize RX packet alignment handling in rt2x00lib.Gertjan van Wingerde1-60/+3
2008-06-14rt2x00: Cleanup struct skb_frame_desc.Gertjan van Wingerde1-3/+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-43/+14
2008-06-14rt2x00: Implement rt2x00usb_kick_tx_queue()Ivo van Doorn1-1/+47
2008-06-14rt2x00: Removed unused descriptor read in txdoneIvo van Doorn1-4/+0
2008-06-13rt2x00: Don't kill guardian_urb when it wasn't createdIvo van Doorn1-0/+6
2008-05-21mac80211: move TX info into skb->cbJohannes Berg1-7/+5
2008-05-21rt2x00: Merge RX and TX entry private dataIvo van Doorn1-85/+59
2008-05-21rt2x00: Split rt2x00lib_write_tx_desc()Ivo van Doorn1-1/+10
2008-05-21rt2x00: Preserve descriptor information after memmove()Ivo van Doorn1-18/+42
2008-05-21rt2x00: Fix TX status reportingIvo van Doorn1-1/+10