summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00/rt2800usb.c
Commit message (Expand)AuthorAgeFilesLines
* rt2x00: Use more current logging styles, shrink object sizeJoe Perches2013-04-221-21/+20
* rt2x00: provide separate information about TXWI & RXWI sizesStanislaw Gruszka2013-04-221-12/+13
* rt2800: 5592: add more USB devices IDsStanislaw Gruszka2013-03-181-0/+9
* rt2800: 5592: TXWI & RXWI descriptors sizeStanislaw Gruszka2013-03-181-2/+51
* rt2800: 5592: early definesStanislaw Gruszka2013-03-181-0/+3
* wireless: rt2x00: rt2800usb add "unknown" devicesXose Vazquez Perez2013-02-111-0/+16
* wireless: rt2x00: rt2800usb add Sweex idsXose Vazquez Perez2013-02-081-0/+5
* wireless: rt2x00: rt2800usb add/identify idsXose Vazquez Perez2013-02-011-5/+9
* rt2800usb: move "TX status missed" messages to debug levelStanislaw Gruszka2013-01-301-3/+3
* rt2x00: rt2800: convert read_eeprom functions to return an int valueGabor Juhos2013-01-071-4/+8
* rt2800usb: reorganize 2001:3c1e in usb id table Wi-Fi adapterJohn W. Linville2012-12-111-1/+1
* rt2800usb: Add support for 2001:3c1e (D-Link DWA-125 rev B1) USB Wi-Fi adapterMaia Kozheva2012-12-101-0/+1
* Wireless: rt2x00: Add device id for Sweex LW323 to rt2800usb.cJaume Delclòs2012-11-141-0/+1
* rt2x00: usb: fix reset resumeStanislaw Gruszka2012-10-241-0/+1
* rt2x00: Deprecate max_sta_intf field of struct rt2x00_ops.Gertjan van Wingerde2012-09-251-1/+0
* rt2x00: rt2800 - Make probe_hw function common between PCI and USB.Gertjan van Wingerde2012-09-071-50/+11
* rt2x00: Unify GPIO register field namingsGertjan van Wingerde2012-09-071-3/+3
* rt2800usb: Added rx packet length validity checkSergei Poselenov2012-09-051-1/+9
* rt2x00: Fix rfkill polling prior to interface start.Gertjan van Wingerde2012-09-051-0/+9
* rt2x00: Identify ASUS USB-N53 device.Gertjan van Wingerde2012-09-051-1/+2
* rt2x00: Add support for BUFFALO WLI-UC-GNM2 to rt2800usb.Jeongdo Son2012-06-201-0/+1
* rt2800usb: 2001:3c17 is an RT3370 deviceAlbert Pool2012-06-051-1/+2
* Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-05-221-0/+1
|\
| * USB: Disable hub-initiated LPM for comms devices.Sarah Sharp2012-05-181-0/+1
* | wireless: rt2x00: rt2800usb more devices were identifiedXose Vazquez Perez2012-04-231-5/+3
* | wireless: rt2x00: rt2800usb add more devices idsXose Vazquez Perez2012-04-231-3/+14
|/
* rt2x00: rt2800usb: fix status register reread logicStanislaw Gruszka2012-03-261-1/+1
* rt2x00: rt2800usb: schedule txdone work on timeoutStanislaw Gruszka2012-03-261-1/+7
* rt2x00: rt2800usb: limit tx queues lengthStanislaw Gruszka2012-03-151-1/+1
* rt2x00: rt2800usb: do not check packedid for aggregated framesStanislaw Gruszka2012-03-151-2/+3
* rt2x00: rt2800usb: rework txstatus codeStanislaw Gruszka2012-03-151-30/+90
* rt2x00: rt2800usb: rework txdone codeStanislaw Gruszka2012-03-151-41/+31
* rt2x00: rt2800usb: move additional txdone into new functionStanislaw Gruszka2012-03-151-5/+11
* rt2x00:Add RT5372 chipset supportJohn Li2012-02-271-0/+14
* rt2x00:Add VCO recalibrationJohn Li2012-02-271-0/+1
* rt2x00: Add support for D-Link DWA-127 to rt2800usb.Gertjan van Wingerde2012-02-271-0/+1
* rt2x00: Use struct rt2x00_dev driver data in rt2800{pci,usb}.Gertjan van Wingerde2012-02-081-0/+1
* rt2800usb: remove PWR_PIN_CFG=0x3 during initStanislaw Gruszka2012-01-271-2/+0
* rt2800: zero MAC_SYS_CTRL bits during BBP and MAC resetStanislaw Gruszka2012-01-271-1/+1
* Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-01-071-12/+1
|\
| * Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman2012-01-061-12/+1
| |\
| | * USB: convert drivers/net/* to use module_usb_driver()Greg Kroah-Hartman2011-11-181-12/+1
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-01-051-42/+23
|\ \ \
| * | | rt2800usb: Let rt2x00usb handle USB paddingJakub Kiciński2012-01-041-27/+10
| * | | rt2x00: Identify rt2800usb chipsets.Gertjan van Wingerde2012-01-041-14/+12
| * | | rt2800usb: Move ID out of unknownLarry Finger2012-01-041-1/+1
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-01-031-0/+2
|\ \ \ \ | |/ / /
| * | | rt2800: Add support for the Fujitsu Stylistic Q550Alan Cox2011-12-211-0/+2
| |/ /
* | | module_param: make bool parameters really bool (net & drivers/net)Rusty Russell2011-12-191-1/+1
|/ /
* | rt2x00: Add USB device ID of Buffalo WLI-UC-GNHP.Gertjan van Wingerde2011-11-151-0/+1
|/
OpenPOWER on IntegriCloud