summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/rt2x00/rt2x00usb.c
AgeCommit message (Expand)Author
2012-07-11rt2x00: remove unused argumentStanislaw Gruszka
2012-07-09rt2x00usb: fix indexes ordering on RX queue kickStanislaw Gruszka
2012-04-23rt2x00: Use GFP_KERNEL for rx buffer allocation on USB devicesHelmut Schaa
2012-03-15rt2x00: rt2800usb: rework txstatus codeStanislaw Gruszka
2012-01-04rt2x00usb: Zero USB padding before sending URBJakub KiciƄski
2011-08-22rt2x00: do not drop usb dev reference counter on suspendStanislaw Gruszka
2011-08-11rt2x00: fix order of entry flags modificationStanislaw Gruszka
2011-06-22rt2x00: reset usb devices at probeStanislaw Gruszka
2011-05-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-05-05rt2x00: Fix transfer speed regression for USB hardwareIvo van Doorn
2011-05-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-05-02rt2x00: Optimize TX_STA_FIFO register readingIvo van Doorn
2011-04-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
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-19rt2800usb: add timer to handle TX_STA_FIFOJohannes Stezenbach
2011-04-19rt2x00: fix queue timeout checksJohannes Stezenbach
2011-04-19rt2800usb: read TX_STA_FIFO asynchronouslyJohannes Stezenbach
2011-04-19rt2x00: Make rt2x00_queue_entry_for_each more flexibleHelmut Schaa
2011-04-19rt2x00: Split rt2x00dev->flagsIvo van Doorn
2011-03-31Fix common misspellingsLucas De Marchi
2011-01-31rt2x00: Move TX/RX work into dedicated workqueueIvo van Doorn
2010-12-13rt2x00: Fix WMM Queue namingIvo van Doorn
2010-12-13rt2x00: Introduce extra queue entry sanity flagIvo van Doorn
2010-12-13rt2x00: Cleanup RX index countingIvo van Doorn
2010-12-13rt2x00: Add "flush" queue commandIvo van Doorn
2010-12-13rt2x00: Protect queue control with mutexIvo van Doorn
2010-12-13rt2x00: Reorganize queue callback functionsIvo van Doorn
2010-12-13rt2x00: Introduce 3 queue commands in drivers (start, kick, stop).Ivo van Doorn
2010-12-13rt2x00: trivial: add missing \n on warningsJohannes Stezenbach
2010-12-13rt2x00: fix hang when unplugging USB device in useJohannes Stezenbach
2010-11-15rt2x00: Fix crash on USB unplugIvo van Doorn
2010-11-15rt2x00: Remove failsave from rt2x00usb_watchdog_tx_dmaIvo van Doorn
2010-11-15rt2x00: Rename rt2x00queue_timeoutIvo van Doorn
2010-10-11rt2x00: Fix URB error handlingIvo van Doorn
2010-10-11rt2x00: Don't perform watchdog checks on empty queueIvo van Doorn
2010-10-11rt2x00: Make queue_entry flags access atomicIvo van Doorn
2010-10-11rt2x00: Simplify Queue function argumentsIvo van Doorn
2010-08-31rt2x00: Cleanup rt2x00usb_watchdog_reset_txIvo van Doorn
2010-08-31rt2x00: Split watchdog check into a DMA and STATUS timeoutIvo van Doorn
2010-08-25rt2x00: Move direct access to queue->entries to rt2x00queue.cIvo van Doorn
2010-08-25rt2x00: Reduce indentingIvo van Doorn
2010-08-25rt2x00: Simplify arguments to rt2x00 driver callback functionsIvo van Doorn
2010-08-16rt2x00: Add helper function for reporting tx statusIvo van Doorn
2010-08-16rt2x00: Move USB tx/rx done handling to workqueueIvo van Doorn
2010-07-12rt2x00: Implement watchdog monitoringIvo van Doorn
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-30rt2x00: Move filling of TX URB to rt2x00usb_kick_tx_entry function.Gertjan van Wingerde
2010-06-30rt2x00: Fix frame dumping for USB devices.Gertjan van Wingerde