summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/rt2x00/rt2800usb.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-27rt2800usb: remove PWR_PIN_CFG=0x3 during initStanislaw Gruszka1-2/+0
2012-01-27rt2800: zero MAC_SYS_CTRL bits during BBP and MAC resetStanislaw Gruszka1-1/+1
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-12/+1
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman1-12/+1
2012-01-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-42/+23
2012-01-04rt2800usb: Let rt2x00usb handle USB paddingJakub KiciƄski1-27/+10
2012-01-04rt2x00: Identify rt2800usb chipsets.Gertjan van Wingerde1-14/+12
2012-01-04rt2800usb: Move ID out of unknownLarry Finger1-1/+1
2012-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+2
2011-12-21rt2800: Add support for the Fujitsu Stylistic Q550Alan Cox1-0/+2
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell1-1/+1
2011-11-18USB: convert drivers/net/* to use module_usb_driver()Greg Kroah-Hartman1-12/+1
2011-11-15rt2x00: Add USB device ID of Buffalo WLI-UC-GNHP.Gertjan van Wingerde1-0/+1
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller1-6/+16
2011-09-19Merge branch 'master' of ssh://infradead/~/public_git/wireless-next into for-...John W. Linville1-1/+6
2011-09-14rt2x00: Make use of sta_add/remove callbacks in rt2800Helmut Schaa1-0/+4
2011-09-14rt2x00: Minor optimizazion in txdone pathHelmut Schaa1-1/+2
2011-08-11rt2x00: fix crash in rt2800usb_get_txwiStanislaw Gruszka1-4/+3
2011-08-11rt2x00: fix crash in rt2800usb_write_tx_descStanislaw Gruszka1-1/+12
2011-08-09rt2x00: Add rt2870 device id for Dvico usb keyAnthony Bourguignon1-0/+2
2011-07-11rt2800usb: Add new device ID for BelkinEduardo Bacchi Kienetz1-0/+2
2011-07-07rt2x00: Implement tx_frames_pending mac80211 callback function.Gertjan van Wingerde1-0/+1
2011-07-07rt2x00: Properly identify rt2800usb devices.Gertjan van Wingerde1-2/+2
2011-06-01rt2x00: Move rt2800_txdone and rt2800_txdone_entry_check to rt2800usb.Gertjan van Wingerde1-1/+82
2011-05-05rt2x00: Initial support for RT5370 USB devices.Gertjan van Wingerde1-0/+8
2011-05-02rt2x00: Add autowake support for USB hardwareIvo van Doorn1-0/+1
2011-05-02rt2x00: Optimize TX_STA_FIFO register readingIvo van Doorn1-4/+5
2011-05-02rt2x00: Reduce tx status reading timeoutIvo van Doorn1-2/+2
2011-04-19rt2x00: Implement get_ringparam callback functionIvo van Doorn1-0/+1
2011-04-19rt2x00: Optimize register access in rt2800usbIvo van Doorn1-28/+28
2011-04-19rt2x00: Add USB IDs.Gertjan van Wingerde1-0/+28
2011-04-19rt2x00: Allow dynamic addition of PCI/USB IDs.Gertjan van Wingerde1-217/+223
2011-04-19rt2x00: Linksys WUSB600N rev2 is a RT3572 device.Gertjan van Wingerde1-1/+1
2011-04-19rt2800usb: add timer to handle TX_STA_FIFOJohannes Stezenbach1-1/+40
2011-04-19rt2800usb: handle TX status timeoutsJohannes Stezenbach1-4/+7
2011-04-19rt2800usb: read TX_STA_FIFO asynchronouslyJohannes Stezenbach1-0/+31
2011-04-19rt2x00: Split rt2x00dev->flagsIvo van Doorn1-7/+7
2011-04-12rt2800usb: Add seven new USB IDsMark Davis1-13/+22
2011-04-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-3/+7
2011-04-04rt2x00: Add support for the ZyXEL NWD-211AN USBIvo van Doorn1-0/+1
2011-04-04rt2x00: Implement tx power temperature compensationHelmut Schaa1-0/+1
2011-04-04rt2x00: Remove DRIVER_SUPPORT_WATCHDOG flagHelmut Schaa1-1/+0
2011-03-29wireless: rt2x00: rt2800usb.c add and identify idsXose Vazquez Perez1-3/+7
2011-03-21rt2x00: Add unknown Toshiba devicePeter Lemenkov1-0/+2
2011-03-21rt2x00: Add 2L Central Europe BV 8070Peter Lemenkov1-0/+2
2011-03-21rt2x00: Add Planex Communications, Inc. RT8070Peter Lemenkov1-0/+1
2011-03-21rt2x00: Add rt2870 device idPeter Lemenkov1-1/+1
2011-03-04rt2x00: Optimize TX descriptor handlingHelmut Schaa1-0/+1
2011-01-31rt2x00: Fix WPA TKIP Michael MIC failures.Gertjan van Wingerde1-0/+6
2011-01-31rt2x00: Remove STATE_RADIO_IRQ_OFF_ISR and STATE_RADIO_IRQ_ON_ISRHelmut Schaa1-2/+0