aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00/rt2x00usb.c
Commit message (Expand)AuthorAgeFilesLines
* rt2x00usb: fix indexes ordering on RX queue kickStanislaw Gruszka2012-07-191-1/+1
* rt2x00: do not drop usb dev reference counter on suspendStanislaw Gruszka2011-10-031-13/+1
* rt2x00: fix order of entry flags modificationStanislaw Gruszka2011-08-291-10/+7
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-05-161-3/+3
|\
| * rt2x00: Fix transfer speed regression for USB hardwareIvo van Doorn2011-05-051-3/+3
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-05-051-4/+7
|\ \ | |/
| * rt2x00: Optimize TX_STA_FIFO register readingIvo van Doorn2011-05-021-4/+7
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-04-251-21/+105
|\ \ | |/
| * rt2x00: Allow dynamic addition of PCI/USB IDs.Gertjan van Wingerde2011-04-191-2/+1
| * rt2x00: Decrease association time for USB devicesIvo van Doorn2011-04-191-4/+5
| * rt2800usb: add timer to handle TX_STA_FIFOJohannes Stezenbach2011-04-191-1/+4
| * rt2x00: fix queue timeout checksJohannes Stezenbach2011-04-191-2/+18
| * rt2800usb: read TX_STA_FIFO asynchronouslyJohannes Stezenbach2011-04-191-0/+53
| * rt2x00: Make rt2x00_queue_entry_for_each more flexibleHelmut Schaa2011-04-191-10/+22
| * rt2x00: Split rt2x00dev->flagsIvo van Doorn2011-04-191-3/+3
* | Fix common misspellingsLucas De Marchi2011-03-311-1/+1
|/
* rt2x00: Move TX/RX work into dedicated workqueueIvo van Doorn2011-01-311-4/+4
* rt2x00: Fix WMM Queue namingIvo van Doorn2010-12-131-4/+4
* rt2x00: Introduce extra queue entry sanity flagIvo van Doorn2010-12-131-4/+8
* rt2x00: Cleanup RX index countingIvo van Doorn2010-12-131-0/+2
* rt2x00: Add "flush" queue commandIvo van Doorn2010-12-131-23/+47
* rt2x00: Protect queue control with mutexIvo van Doorn2010-12-131-98/+92
* rt2x00: Reorganize queue callback functionsIvo van Doorn2010-12-131-9/+15
* rt2x00: Introduce 3 queue commands in drivers (start, kick, stop).Ivo van Doorn2010-12-131-6/+6
* rt2x00: trivial: add missing \n on warningsJohannes Stezenbach2010-12-131-2/+2
* rt2x00: fix hang when unplugging USB device in useJohannes Stezenbach2010-12-131-2/+12
* rt2x00: Fix crash on USB unplugIvo van Doorn2010-11-151-6/+2
* rt2x00: Remove failsave from rt2x00usb_watchdog_tx_dmaIvo van Doorn2010-11-151-15/+0
* rt2x00: Rename rt2x00queue_timeoutIvo van Doorn2010-11-151-1/+1
* rt2x00: Fix URB error handlingIvo van Doorn2010-10-111-10/+8
* rt2x00: Don't perform watchdog checks on empty queueIvo van Doorn2010-10-111-4/+6
* rt2x00: Make queue_entry flags access atomicIvo van Doorn2010-10-111-4/+4
* rt2x00: Simplify Queue function argumentsIvo van Doorn2010-10-111-9/+9
* rt2x00: Cleanup rt2x00usb_watchdog_reset_txIvo van Doorn2010-08-311-26/+40
* rt2x00: Split watchdog check into a DMA and STATUS timeoutIvo van Doorn2010-08-311-3/+24
* rt2x00: Move direct access to queue->entries to rt2x00queue.cIvo van Doorn2010-08-251-55/+20
* rt2x00: Reduce indentingIvo van Doorn2010-08-251-13/+14
* rt2x00: Simplify arguments to rt2x00 driver callback functionsIvo van Doorn2010-08-251-9/+5
* rt2x00: Add helper function for reporting tx statusIvo van Doorn2010-08-161-8/+2
* rt2x00: Move USB tx/rx done handling to workqueueIvo van Doorn2010-08-161-34/+99
* rt2x00: Implement watchdog monitoringIvo van Doorn2010-07-121-0/+50
* rt2x00: Move common txdone handling to rt2x00lib_txdone.Gertjan van Wingerde2010-06-301-11/+0
* rt2x00: Merge PCI and USB versions of write_tx_data into single function.Gertjan van Wingerde2010-06-301-21/+0
* rt2x00: Move filling of TX URB to rt2x00usb_kick_tx_entry function.Gertjan van Wingerde2010-06-301-16/+17
* rt2x00: Fix frame dumping for USB devices.Gertjan van Wingerde2010-06-301-0/+6
* rt2x00: Clean up USB vendor request buffer functions.Gertjan van Wingerde2010-06-031-21/+1
* rt2x00: Properly reserve room for descriptors in skbs.Gertjan van Wingerde2010-06-031-6/+5
* rt2x00: Reverse calling order of bus write_tx_desc and driver write_tx_desc.Gertjan van Wingerde2010-06-031-0/+6
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-05-171-8/+0
|\
| * rt2x00: Simplify TXD handling of beacons.Gertjan van Wingerde2010-05-121-8/+0