summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00/rt2x00usb.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch 'master' into for-davemJohn W. Linville2010-04-231-1/+2
|\ \ | |/
| * rt2x00: add txdesc parameter to write_tx_dataHelmut Schaa2010-04-161-1/+2
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* rt2x00: Update copyright statements.Gertjan van Wingerde2009-11-111-1/+1
* rt2x00: Move interface type assignments to generic code.Gertjan van Wingerde2009-11-111-0/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-11-091-1/+1
|\
| * rt2x00: fix rt2x00usb_regbusy_read() argumentsBartlomiej Zolnierkiewicz2009-11-061-1/+1
* | rt2x00: Don't queue ieee80211 work after USB removalSean Cross2009-11-061-1/+8
|/
* rt2x00: Don't free register information on suspendIvo van Doorn2009-04-201-17/+1
* rt2x00: Add kill_tx_queue callback functionIvo van Doorn2009-02-091-24/+38
* rt2x00: Update copyright year to 2009Ivo van Doorn2009-01-291-1/+1
* rt2x00: Fix segementation faultIvo van Doorn2009-01-121-3/+3
* rt2x00: Detect USB BULK in/out endpointsIvo van Doorn2008-11-251-9/+82
* rt2x00: Move rt73usb register access wrappers into rt2x00usbIvo van Doorn2008-11-251-0/+22
* rt2x00: Fix race condition when using inderect registersIvo van Doorn2008-11-211-6/+5
* rt2x00: Cleanup TX/RX entry handlingIvo van Doorn2008-11-211-17/+14
* rt2x00: skb->data pointer should not include TX descriptorMattias Nissler2008-08-291-5/+6
* rt2x00: Fix race conditions in flag handlingIvo van Doorn2008-08-291-5/+5
* rt2x00: Fix txdone_entry_desc_flagsJochen Friedrich2008-08-181-0/+1
* rt2x00: Fix compile warningIvo van Doorn2008-08-021-2/+2
* rt2x00: Support for large vendor requestsIwo Mergler2008-07-291-0/+32
* rt2x00: kill URB for all TX queues during disable_radio()Ivo van Doorn2008-06-271-3/+6
* rt2x00: Fix sparse warning on nested container_of()Ivo van Doorn2008-06-261-6/+3
* rt2x00: Cleanup symbol exportsIvo van Doorn2008-06-261-35/+7
* rt2x00: Replace statically allocated DMA buffers with mapped skb's.Gertjan van Wingerde2008-06-261-23/+4
* rt2x00: Centralize allocation of RX skbs.Gertjan van Wingerde2008-06-261-19/+2
* rt2x00: Convert rt2x00 to use generic DMA-mapping APIGertjan van Wingerde2008-06-261-4/+7
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-06-161-1/+4
|\
| * rt2x00: Don't kill guardian_urb when it wasn't createdIvo van Doorn2008-06-131-0/+6
* | rt2x00: Fix double usage of skb->cb in USB RX path.Gertjan van Wingerde2008-06-141-5/+3
* | rt2x00: Centralize RX packet alignment handling in rt2x00lib.Gertjan van Wingerde2008-06-141-60/+3
* | rt2x00: Cleanup struct skb_frame_desc.Gertjan van Wingerde2008-06-141-3/+0
* | rt2x00: Don't kick TX queue after each frameIvo van Doorn2008-06-141-3/+3
* | rt2x00: Move generic TX frame writing code into rt2x00queueIvo van Doorn2008-06-141-43/+14
* | rt2x00: Implement rt2x00usb_kick_tx_queue()Ivo van Doorn2008-06-141-1/+47
* | rt2x00: Removed unused descriptor read in txdoneIvo van Doorn2008-06-141-4/+0
* | mac80211: move TX info into skb->cbJohannes Berg2008-05-211-7/+5
* | rt2x00: Merge RX and TX entry private dataIvo van Doorn2008-05-211-85/+59
* | rt2x00: Split rt2x00lib_write_tx_desc()Ivo van Doorn2008-05-211-1/+10
* | rt2x00: Preserve descriptor information after memmove()Ivo van Doorn2008-05-211-18/+42
OpenPOWER on IntegriCloud