aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00/rt2800usb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-01-31rt2x00: Refactor beacon code to make use of start- and stop_queueHelmut Schaa1-0/+1
2011-01-04rt2x00: Fix panic on frame padding for rt2800 usb devicesIsmael Luceno1-4/+12
2010-12-13rt2x00: Add "flush" queue commandIvo van Doorn1-2/+1
2010-12-13rt2x00: Reorganize queue callback functionsIvo van Doorn1-8/+3
2010-12-13rt2x00: Introduce 3 queue commands in drivers (start, kick, stop).Ivo van Doorn1-29/+55
2010-12-13rt2x00: trivial: add missing \n on warningsJohannes Stezenbach1-2/+2
2010-12-13rt2x00: Don't frequently reset beacon interval in AdHoc modeHelmut Schaa1-2/+10
2010-12-13rt2x00: Implement get_survey callback for rt2800Helmut Schaa1-0/+1
2010-11-17rt2x00: Fix rt2800 USB TX Path DMA issueRA-Jay Hung1-13/+26
2010-11-17rt2x00: Remove RT30XX Kconfig variables.Gertjan van Wingerde1-93/+74
2010-11-17rt2x00: Add initial support for RT3370/RT3390 devices.Gertjan van Wingerde1-3/+7
2010-11-15rt2x00: Add watchdog functions for HW queueIvo van Doorn1-1/+44
2010-11-15rt2x00: Remove rt2x00lib_toggle_rxIvo van Doorn1-4/+1
2010-11-15rt2x00: checkpatch.pl error fixes for rt2800usb.cMark Einon1-1/+1
2010-11-15rt2x00: Fix MCU_SLEEP argumentsIvo van Doorn1-2/+2
2010-11-15rt2x00: Implement flush callbackIvo van Doorn1-0/+1
2010-11-15rt2x00: Sync Tx and RX ring sizes with legacy driversHelmut Schaa1-4/+5
2010-08-31rt2x00: Correctly kill beacon queueIvo van Doorn1-1/+9
2010-08-31rt2x00: Set PWR_PIN_CFG during initializationIvo van Doorn1-0/+2
2010-08-31rt2x00: Add rt2800_wait_csr_readyIvo van Doorn1-11/+1
2010-08-25rt2x00: Merge rt2800{pci/usb} radio enabling/disabling code to rt2800libIvo van Doorn1-69/+3
2010-08-25rt2x00: Simplify arguments to rt2x00 driver callback functionsIvo van Doorn1-5/+4
2010-08-16rt2x00: Implement TX status reporting for rt2800usbIvo van Doorn1-1/+39
2010-08-16rt2x00: Request TXWI pointer from driverIvo van Doorn1-7/+7
2010-07-12rt2x00: Move driver callback functions into the ops structureIvo van Doorn1-17/+13
2010-07-12rt2x00: Move common firmware loading into rt2800libIvo van Doorn1-115/+4
2010-07-12rt2x00: Use separate mac80211_ops for rt2800pci and rt2800usbHelmut Schaa1-1/+23
2010-07-12rt2x00: Convert rt2x00 to use threaded interruptsHelmut Schaa1-0/+2
2010-07-12rt2x00: Implement watchdog monitoringIvo van Doorn1-0/+2
2010-07-12rt2x00: Rename CONFIG_DISABLE_LINK_TUNINGIvo van Doorn1-0/+1
2010-07-12rt2x00: Convert AGC value from descriptor to RSSI (dBm)Ivo van Doorn1-1/+1
2010-06-30rt2x00: Split of TXWI writing to write_tx_data callback in rt2800usb.Gertjan van Wingerde1-6/+10
2010-06-30rt2x00: Merge PCI and USB versions of write_tx_data into single function.Gertjan van Wingerde1-1/+0
2010-06-15rt2x00: Enable HW crypto by defaultIvo van Doorn1-1/+1
2010-06-03rt2x00: Sync rt2800 MCU boot signal with Ralink driver.Gertjan van Wingerde1-1/+1
2010-06-03rt2x00: Move PCI/USB specific register initializations to rt2800{pci,usb}.Gertjan van Wingerde1-0/+40
2010-06-03rt2x00: Centralize rt2800 beacon writing.Gertjan van Wingerde1-62/+1
2010-06-03rt2x00: Clean up USB vendor request buffer functions.Gertjan van Wingerde1-9/+4
2010-06-03rt2x00: Fix rt2800usb TX descriptor writing.Gertjan van Wingerde1-1/+1
2010-06-03rt2x00: Properly reserve room for descriptors in skbs.Gertjan van Wingerde1-9/+13
2010-06-03rt2x00: Push beacon TX descriptor writing to drivers.Gertjan van Wingerde1-0/+16
2010-05-26Revert "rt2x00: Fix rt2800usb TX descriptor writing."John W. Linville1-1/+1
2010-05-24rt2x00: Fix rt2800usb TX descriptor writing.Gertjan van Wingerde1-1/+1
2010-05-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-1/+7
2010-05-12rt2x00: Simplify TXD handling of beacons.Gertjan van Wingerde1-1/+7
2010-05-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-132/+44
2010-05-10wireless: rt2x00: rt2800usb: replace X by xXose Vazquez Perez1-1/+1
2010-05-10rt2x00: Fix beaconing on rt2800.Gertjan van Wingerde1-8/+6