summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/rt2x00/rt2x00usb.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-31rt2x00: Move TX/RX work into dedicated workqueueIvo van Doorn1-4/+4
2010-12-13rt2x00: Fix WMM Queue namingIvo van Doorn1-4/+4
2010-12-13rt2x00: Introduce extra queue entry sanity flagIvo van Doorn1-4/+8
2010-12-13rt2x00: Cleanup RX index countingIvo van Doorn1-0/+2
2010-12-13rt2x00: Add "flush" queue commandIvo van Doorn1-23/+47
2010-12-13rt2x00: Protect queue control with mutexIvo van Doorn1-98/+92
2010-12-13rt2x00: Reorganize queue callback functionsIvo van Doorn1-9/+15
2010-12-13rt2x00: Introduce 3 queue commands in drivers (start, kick, stop).Ivo van Doorn1-6/+6
2010-12-13rt2x00: trivial: add missing \n on warningsJohannes Stezenbach1-2/+2
2010-12-13rt2x00: fix hang when unplugging USB device in useJohannes Stezenbach1-2/+12
2010-11-15rt2x00: Fix crash on USB unplugIvo van Doorn1-6/+2
2010-11-15rt2x00: Remove failsave from rt2x00usb_watchdog_tx_dmaIvo van Doorn1-15/+0
2010-11-15rt2x00: Rename rt2x00queue_timeoutIvo van Doorn1-1/+1
2010-10-11rt2x00: Fix URB error handlingIvo van Doorn1-10/+8
2010-10-11rt2x00: Don't perform watchdog checks on empty queueIvo van Doorn1-4/+6
2010-10-11rt2x00: Make queue_entry flags access atomicIvo van Doorn1-4/+4
2010-10-11rt2x00: Simplify Queue function argumentsIvo van Doorn1-9/+9
2010-08-31rt2x00: Cleanup rt2x00usb_watchdog_reset_txIvo van Doorn1-26/+40
2010-08-31rt2x00: Split watchdog check into a DMA and STATUS timeoutIvo van Doorn1-3/+24
2010-08-25rt2x00: Move direct access to queue->entries to rt2x00queue.cIvo van Doorn1-55/+20
2010-08-25rt2x00: Reduce indentingIvo van Doorn1-13/+14
2010-08-25rt2x00: Simplify arguments to rt2x00 driver callback functionsIvo van Doorn1-9/+5
2010-08-16rt2x00: Add helper function for reporting tx statusIvo van Doorn1-8/+2
2010-08-16rt2x00: Move USB tx/rx done handling to workqueueIvo van Doorn1-34/+99
2010-07-13rt2x00: Implement watchdog monitoringIvo van Doorn1-0/+50
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/linvil...John W. Linville1-8/+0
2010-05-13rt2x00: 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 imp...Tejun Heo1-0/+1
2009-11-12rt2x00: 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/linvil...David S. Miller1-1/+1
2009-11-07rt2x00: fix rt2x00usb_regbusy_read() argumentsBartlomiej Zolnierkiewicz1-1/+1
2009-11-06rt2x00: Don't queue ieee80211 work after USB removalSean Cross1-1/+8
2009-04-21rt2x00: 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-30rt2x00: Update copyright year to 2009Ivo van Doorn1-1/+1
2009-01-12rt2x00: Fix segementation faultIvo van Doorn1-3/+3
2008-11-26rt2x00: Detect USB BULK in/out endpointsIvo van Doorn1-9/+82
2008-11-26rt2x00: 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