aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00/rt73usb.c
Commit message (Expand)AuthorAgeFilesLines
* more driver stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-5/+8
* merged 3.0.101 tagWolfgang Wiedmeyer2015-10-221-1/+2
* rt2x00: Fix rfkill polling prior to interface start.Gertjan van Wingerde2012-10-021-0/+9
* rt2x00: Add autowake support for USB hardwareIvo van Doorn2011-05-021-0/+1
* rt2x00: Implement get_antenna and set_antenna callback functionsIvo van Doorn2011-04-191-0/+2
* rt2x00: Implement get_ringparam callback functionIvo van Doorn2011-04-191-0/+1
* rt2x00: Allow dynamic addition of PCI/USB IDs.Gertjan van Wingerde2011-04-191-74/+80
* rt2x00: Split rt2x00dev->flagsIvo van Doorn2011-04-191-16/+16
* wireless: rt2x00: rt{2500,73}usb.c fix duplicate idsXose Vazquez Perez2011-04-071-1/+0
* rt2x00: Remove DRIVER_SUPPORT_WATCHDOG flagHelmut Schaa2011-04-041-1/+0
* rt2x00: Move TX descriptor field "ifs" into plcp substructHelmut Schaa2011-03-041-1/+1
* rt2x00: Optimize TX descriptor handlingHelmut Schaa2011-03-041-4/+6
* rt2x00: Optimize calls to rt2x00queue_get_queueHelmut Schaa2011-03-041-1/+1
* rt2x00: Check for errors from skb_pad() callsSeth Forshee2011-02-141-2/+10
* rt2x00: Fix FIXME comments in rt61pci and rt73usb on Michael MIC.Gertjan van Wingerde2011-01-311-3/+2
* rt2x00: Remove STATE_RADIO_IRQ_OFF_ISR and STATE_RADIO_IRQ_ON_ISRHelmut Schaa2011-01-311-2/+0
* rt2x00: Refactor beacon code to make use of start- and stop_queueHelmut Schaa2011-01-311-14/+28
* rt2x00: add device id for windy31 usb deviceGreg Kroah-Hartman2011-01-251-0/+1
* rt2x00: Pad beacon to multiple of 32 bits.Wolfgang Kufner2010-12-131-3/+6
* rt2x00: Add "flush" queue commandIvo van Doorn2010-12-131-2/+1
* rt2x00: Reorganize queue callback functionsIvo van Doorn2010-12-131-8/+3
* rt2x00: Introduce 3 queue commands in drivers (start, kick, stop).Ivo van Doorn2010-12-131-29/+55
* rt2x00: Don't frequently reset beacon interval in AdHoc modeHelmut Schaa2010-12-131-2/+10
* rt2x00: Remove rt2x00lib_toggle_rxIvo van Doorn2010-11-151-4/+1
* rt2x00: checkpatch.pl error fixes for rt73usb.cMark Einon2010-11-151-1/+1
* rt2x00: Implement flush callbackIvo van Doorn2010-11-151-0/+1
* rt2x00: Reduce tx descriptor sizeHelmut Schaa2010-11-151-4/+4
* rt2x00: Sync Tx and RX ring sizes with legacy driversHelmut Schaa2010-11-151-3/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-10-081-1/+7
|\
| * rt2x00: Don't enable broad- and multicast buffering on USB devicesHelmut Schaa2010-10-051-1/+6
| * rt2x00: Add rt73usb device IDIvo van Doorn2010-10-051-0/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-09-211-19/+28
|\ \ | |/
| * rt2x00: Check for specific changed flags when updating the erp configHelmut Schaa2010-09-141-19/+28
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-09-021-12/+23
|\ \ | |/
| * rt2x00: Correctly kill beacon queueIvo van Doorn2010-08-311-1/+9
| * rt2x00: Rename txentry_desc.queue -> txentry_desc.qidHelmut Schaa2010-08-311-1/+1
| * rt2x00: Fix max TX power settingsIvo van Doorn2010-08-251-4/+8
| * rt2x00: Simplify arguments to rt2x00 driver callback functionsIvo van Doorn2010-08-251-6/+5
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-08-251-2/+2
|\ \ | |/
| * rt2x00: Remove ieee80211_rx_status from rt2x00_devIvo van Doorn2010-08-161-2/+2
* | drivers/net: Convert unbounded kzalloc calls to kcallocJoe Perches2010-08-171-1/+1
|/
* rt2x00: Convert rt2x00 to use threaded interruptsHelmut Schaa2010-07-121-0/+2
* rt2x00: Implement watchdog monitoringIvo van Doorn2010-07-121-0/+2
* rt2x00: Disable link tuning while scanningIvo van Doorn2010-07-121-0/+2
* rt2x00: Rename CONFIG_DISABLE_LINK_TUNINGIvo van Doorn2010-07-121-0/+1
* rt2x00: Merge PCI and USB versions of write_tx_data into single function.Gertjan van Wingerde2010-06-301-1/+0
* rt2x00: Enable fallback rates for rt61pci and rt73usbIvo van Doorn2010-06-151-0/+3
* rt2x00: Clean up USB vendor request buffer functions.Gertjan van Wingerde2010-06-031-25/+7
* rt2x00: Properly reserve room for descriptors in skbs.Gertjan van Wingerde2010-06-031-6/+8
* rt2x00: Push beacon TX descriptor writing to drivers.Gertjan van Wingerde2010-06-031-0/+10