summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/rt2x00/rt2800pci.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-02rt2x00: Fix rfkill polling prior to interface start.Gertjan van Wingerde1-0/+9
2012-01-26rt2800pci: fix spurious interrupts generationStanislaw Gruszka1-20/+8
2011-08-05rt2x00: Add device ID for RT539F device.Gertjan van Wingerde1-0/+1
2011-05-02rt2x00: Fix optimize register access for rt2800pciIvo van Doorn1-2/+2
2011-04-19rt2x00: Implement get_ringparam callback functionIvo van Doorn1-0/+1
2011-04-19rt2x00: Optimize register access in rt2800pciHelmut Schaa1-74/+84
2011-04-19rt2x00: Allow dynamic addition of PCI/USB IDs.Gertjan van Wingerde1-26/+32
2011-04-19rt2x00: Always inline rt2x00pci_enable_interruptHelmut Schaa1-2/+2
2011-04-19rt2x00: Decrease association time for USB devicesIvo van Doorn1-0/+1
2011-04-19rt2x00: Split rt2x00dev->flagsIvo van Doorn1-11/+11
2011-04-05rt2x00: Implement tx power temperature compensationHelmut Schaa1-0/+1
2011-04-05rt2x00: Limit rt2800pci txdone processing to 16 entries at onceHelmut Schaa1-2/+10
2011-04-05rt2x00: Limit rt2x00pci rxdone processing to 16 entries at onceHelmut Schaa1-2/+4
2011-03-04rt2x00: Fix comment in rt2800pciHelmut Schaa1-1/+1
2011-03-04rt2x00: Revise irqmask locking for PCI devicesHelmut Schaa1-6/+4
2011-03-04rt2x00: Optimize TX descriptor handlingHelmut Schaa1-0/+1
2011-03-04rt2x00: Make use of unlikely during tx status processingHelmut Schaa1-2/+2
2011-03-04rt2x00: Optimize calls to rt2x00queue_get_queueHelmut Schaa1-1/+1
2011-03-04rt2x00: fix whitespace damage in the rt2800 specific codeGabor Juhos1-7/+7
2011-02-21rt2x00: Add support for RT5390 chipRA-Shiang Tu1-0/+10
2011-02-19Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-0/+2
2011-02-19wireless: rt2x00: rt2800pci.c: add two idsXose Vazquez Perez1-0/+2
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-4/+1
2011-01-31rt2x00: Convert rt2800pci to use taskletsHelmut Schaa1-59/+114
2011-01-31rt2x00: Disable txstatus tasklet by defaultHelmut Schaa1-1/+4
2011-01-31rt2x00: Refactor beacon code to make use of start- and stop_queueHelmut Schaa1-0/+9
2011-01-19rt2x00: Fix radio off hang issue for PCIE interfaceRA-Jay Hung1-26/+10
2011-01-04rt2x00: simplify txstatus_fifo handlingJohannes Stezenbach1-16/+2
2010-12-13rt2x00: Fix WMM Queue namingIvo van Doorn1-2/+2
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-53/+76
2010-12-13rt2x00: trivial: add missing \n on warningsJohannes Stezenbach1-3/+3
2010-12-13rt2x00: Don't frequently reset beacon interval in AdHoc modeHelmut Schaa1-1/+5
2010-12-13rt2x00: Implement get_survey callback for rt2800Helmut Schaa1-0/+1
2010-11-30mac80211/rt2x00: add ieee80211_tx_status_ni()Johannes Stezenbach1-0/+1
2010-11-18rt2x00: Use ioremap for SoC devices instead of KSEG1ADDR.Gertjan van Wingerde1-1/+3
2010-11-18rt2x00: Remove unneccessary internal Kconfig symbols.Gertjan van Wingerde1-17/+17
2010-11-18rt2x00: Remove RT30XX Kconfig variables.Gertjan van Wingerde1-6/+4
2010-11-18rt2x00: Add initial support for RT3370/RT3390 devices.Gertjan van Wingerde1-0/+3
2010-11-15rt2x00: Remove rt2x00lib_toggle_rxIvo van Doorn1-4/+1
2010-11-15rt2x00: Fix MCU_SLEEP argumentsIvo van Doorn1-1/+1
2010-11-15rt2x00: Implement flush callbackIvo van Doorn1-0/+1
2010-11-15rt2x00: Sync Tx and RX ring sizes with legacy driversHelmut Schaa1-4/+4
2010-10-11rt2x00: Fix tx status handling in rt2800pciHelmut Schaa1-1/+1
2010-10-11rt2x00: Remove superfluous initialization of qidxHelmut Schaa1-1/+1
2010-10-05rt2x00: Fix race between dma mapping and clearing rx entries in rt2800pciHelmut Schaa1-7/+8
2010-10-05rt2x00: rework tx status handling in rt2800pciHelmut Schaa1-13/+137
2010-09-15rt2x00: Mask out unused interrupts in rt2800pciHelmut Schaa1-13/+13
2010-08-31rt2x00: Wakeup hardware before loading firmwareIvo van Doorn1-2/+0