aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00/rt2x00usb.c
Commit message (Expand)AuthorAgeFilesLines
* rt2x00:correct rx packet length for USB devicesAdam Baker2008-03-131-0/+1
* rt2x00: Initialize TX control field in data entriesMattias Nissler2008-03-131-0/+1
* rt2x00: Align RX descriptor to 4 bytesIvo van Doorn2008-03-131-2/+15
* rt2x00: Remove async vendor request calls from rt2x00usbIvo van Doorn2008-02-291-52/+0
* rt2x00: Don't report driver generated frames to tx_status()Ivo van Doorn2008-02-291-1/+0
* rt2x00: Kill guardian urb during disable_radioIvo van Doorn2008-02-291-1/+18
* rt2x00: Fix skbdesc->data_len initializationIvo van Doorn2008-02-291-1/+1
* rt2x00: make csr_cache and csr_addr an unionIvo van Doorn2008-02-291-8/+8
* rt2x00: Enable LED class support for rt2500usb/rt73usbIvo van Doorn2008-02-291-0/+52
* rt2x00: Queue handling overhaulIvo van Doorn2008-02-291-127/+163
* rt2x00: Update copyright noticeIvo van Doorn2008-02-291-1/+1
* drivers/net/wireless/rt2x00/rt2x00usb.c: fix uninitialized var warningAndrew Morton2008-01-281-1/+1
* rt2x00: Data and desc pointer initializationIvo van Doorn2008-01-281-10/+15
* rt2x00: Correctly initialize data and desc pointerIvo van Doorn2008-01-281-2/+0
* rt2x00: Move init_txring and init_rxring into rt2x00libIvo van Doorn2008-01-281-37/+23
* rt2x00: Always call ieee80211_stop_queue() when return NETDEV_TX_BUSYIvo van Doorn2008-01-281-7/+1
* rt2x00: Add TX/RX frame dumping facilityIvo van Doorn2008-01-281-3/+3
* rt2x00: Add skb descriptorIvo van Doorn2008-01-281-9/+27
* rt2x00: Replace DRV_NAME with KBUILD_MODNAMEIvo van Doorn2008-01-281-5/+0
* rt2x00: Place mutex around USB register accessAdam Baker2008-01-281-4/+28
* rt2x00: Remove data_desc structureIvo van Doorn2008-01-281-2/+2
* rt2x00: Unconstify rt2x00devAdam Baker2008-01-281-2/+2
* rt2x00: Fix ieee80211 payload alignmentIvo van Doorn2008-01-161-2/+9
* rt2x00: Put 802.11 data on 4 byte boundaryIvo van Doorn2008-01-101-2/+15
* rt2x00: Request usb_maxpacket() onceIvo van Doorn2007-11-181-3/+6
* [PATCH] rt2x00: Add get_tx_data_len callback functionIvo van Doorn2007-10-101-12/+17
* [PATCH] rt2x00: Increase rt2x00usb_vendor_request timeout.Ivo van Doorn2007-10-101-6/+4
* [PATCH] mac80211: revamp interface and filter configurationJohannes Berg2007-10-101-11/+5
* [RT2x00]: add driver for Ralink wireless hardwareIvo van Doorn2007-10-101-0/+595