aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00/rt2x00usb.c
Commit message (Expand)AuthorAge
* rt2x00: skb->data pointer should not include TX descriptorMattias Nissler2008-08-29
* rt2x00: Fix race conditions in flag handlingIvo van Doorn2008-08-29
* rt2x00: Fix txdone_entry_desc_flagsJochen Friedrich2008-08-18
* rt2x00: Fix compile warningIvo van Doorn2008-08-02
* rt2x00: Support for large vendor requestsIwo Mergler2008-07-29
* rt2x00: kill URB for all TX queues during disable_radio()Ivo van Doorn2008-06-27
* rt2x00: Fix sparse warning on nested container_of()Ivo van Doorn2008-06-26
* rt2x00: Cleanup symbol exportsIvo van Doorn2008-06-26
* rt2x00: Replace statically allocated DMA buffers with mapped skb's.Gertjan van Wingerde2008-06-26
* rt2x00: Centralize allocation of RX skbs.Gertjan van Wingerde2008-06-26
* rt2x00: Convert rt2x00 to use generic DMA-mapping APIGertjan van Wingerde2008-06-26
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-06-16
|\
| * rt2x00: Don't kill guardian_urb when it wasn't createdIvo van Doorn2008-06-13
* | rt2x00: Fix double usage of skb->cb in USB RX path.Gertjan van Wingerde2008-06-14
* | rt2x00: Centralize RX packet alignment handling in rt2x00lib.Gertjan van Wingerde2008-06-14
* | rt2x00: Cleanup struct skb_frame_desc.Gertjan van Wingerde2008-06-14
* | rt2x00: Don't kick TX queue after each frameIvo van Doorn2008-06-14
* | rt2x00: Move generic TX frame writing code into rt2x00queueIvo van Doorn2008-06-14
* | rt2x00: Implement rt2x00usb_kick_tx_queue()Ivo van Doorn2008-06-14
* | rt2x00: Removed unused descriptor read in txdoneIvo van Doorn2008-06-14
* | mac80211: move TX info into skb->cbJohannes Berg2008-05-21
* | rt2x00: Merge RX and TX entry private dataIvo van Doorn2008-05-21
* | rt2x00: Split rt2x00lib_write_tx_desc()Ivo van Doorn2008-05-21
* | rt2x00: Preserve descriptor information after memmove()Ivo van Doorn2008-05-21
* | rt2x00: Fix TX status reportingIvo van Doorn2008-05-21
* | rt2x00: Add helper macrosIvo van Doorn2008-05-07
* | rt2x00: Use rt2x00 queue numberingIvo van Doorn2008-05-07
|/
* rt2x00:correct rx packet length for USB devicesAdam Baker2008-03-13
* rt2x00: Initialize TX control field in data entriesMattias Nissler2008-03-13
* rt2x00: Align RX descriptor to 4 bytesIvo van Doorn2008-03-13
* rt2x00: Remove async vendor request calls from rt2x00usbIvo van Doorn2008-02-29
* rt2x00: Don't report driver generated frames to tx_status()Ivo van Doorn2008-02-29
* rt2x00: Kill guardian urb during disable_radioIvo van Doorn2008-02-29
* rt2x00: Fix skbdesc->data_len initializationIvo van Doorn2008-02-29
* rt2x00: make csr_cache and csr_addr an unionIvo van Doorn2008-02-29
* rt2x00: Enable LED class support for rt2500usb/rt73usbIvo van Doorn2008-02-29
* rt2x00: Queue handling overhaulIvo van Doorn2008-02-29
* rt2x00: Update copyright noticeIvo van Doorn2008-02-29
* drivers/net/wireless/rt2x00/rt2x00usb.c: fix uninitialized var warningAndrew Morton2008-01-28
* rt2x00: Data and desc pointer initializationIvo van Doorn2008-01-28
* rt2x00: Correctly initialize data and desc pointerIvo van Doorn2008-01-28
* rt2x00: Move init_txring and init_rxring into rt2x00libIvo van Doorn2008-01-28
* rt2x00: Always call ieee80211_stop_queue() when return NETDEV_TX_BUSYIvo van Doorn2008-01-28
* rt2x00: Add TX/RX frame dumping facilityIvo van Doorn2008-01-28
* rt2x00: Add skb descriptorIvo van Doorn2008-01-28
* rt2x00: Replace DRV_NAME with KBUILD_MODNAMEIvo van Doorn2008-01-28
* rt2x00: Place mutex around USB register accessAdam Baker2008-01-28
* rt2x00: Remove data_desc structureIvo van Doorn2008-01-28
* rt2x00: Unconstify rt2x00devAdam Baker2008-01-28
* rt2x00: Fix ieee80211 payload alignmentIvo van Doorn2008-01-16