aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00/rt2800pci.c
Commit message (Expand)AuthorAgeFilesLines
* more driver stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-34/+34
* rt2x00: Fix rfkill polling prior to interface start.Gertjan van Wingerde2012-10-021-0/+9
* rt2800pci: fix spurious interrupts generationStanislaw Gruszka2012-01-251-20/+8
* rt2x00: Add device ID for RT539F device.Gertjan van Wingerde2011-08-041-0/+1
* rt2x00: Fix optimize register access for rt2800pciIvo van Doorn2011-05-021-2/+2
* rt2x00: Implement get_ringparam callback functionIvo van Doorn2011-04-191-0/+1
* rt2x00: Optimize register access in rt2800pciHelmut Schaa2011-04-191-74/+84
* rt2x00: Allow dynamic addition of PCI/USB IDs.Gertjan van Wingerde2011-04-191-26/+32
* rt2x00: Always inline rt2x00pci_enable_interruptHelmut Schaa2011-04-191-2/+2
* rt2x00: Decrease association time for USB devicesIvo van Doorn2011-04-191-0/+1
* rt2x00: Split rt2x00dev->flagsIvo van Doorn2011-04-191-11/+11
* rt2x00: Implement tx power temperature compensationHelmut Schaa2011-04-041-0/+1
* rt2x00: Limit rt2800pci txdone processing to 16 entries at onceHelmut Schaa2011-04-041-2/+10
* rt2x00: Limit rt2x00pci rxdone processing to 16 entries at onceHelmut Schaa2011-04-041-2/+4
* rt2x00: Fix comment in rt2800pciHelmut Schaa2011-03-041-1/+1
* rt2x00: Revise irqmask locking for PCI devicesHelmut Schaa2011-03-041-6/+4
* rt2x00: Optimize TX descriptor handlingHelmut Schaa2011-03-041-0/+1
* rt2x00: Make use of unlikely during tx status processingHelmut Schaa2011-03-041-2/+2
* rt2x00: Optimize calls to rt2x00queue_get_queueHelmut Schaa2011-03-041-1/+1
* rt2x00: fix whitespace damage in the rt2800 specific codeGabor Juhos2011-03-041-7/+7
* rt2x00: Add support for RT5390 chipRA-Shiang Tu2011-02-211-0/+10
* Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville2011-02-181-0/+2
|\
| * wireless: rt2x00: rt2800pci.c: add two idsXose Vazquez Perez2011-02-181-0/+2
* | rt2x00: Fix WPA TKIP Michael MIC failures.Gertjan van Wingerde2011-01-311-0/+6
* | rt2x00: Remove STATE_RADIO_IRQ_OFF_ISR and STATE_RADIO_IRQ_ON_ISRHelmut Schaa2011-01-311-4/+1
* | rt2x00: Convert rt2800pci to use taskletsHelmut Schaa2011-01-311-59/+114
* | rt2x00: Disable txstatus tasklet by defaultHelmut Schaa2011-01-311-1/+4
* | rt2x00: Refactor beacon code to make use of start- and stop_queueHelmut Schaa2011-01-311-0/+9
* | rt2x00: Fix radio off hang issue for PCIE interfaceRA-Jay Hung2011-01-191-26/+10
|/
* rt2x00: simplify txstatus_fifo handlingJohannes Stezenbach2011-01-041-16/+2
* rt2x00: Fix WMM Queue namingIvo van Doorn2010-12-131-2/+2
* 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-53/+76
* rt2x00: trivial: add missing \n on warningsJohannes Stezenbach2010-12-131-3/+3
* rt2x00: Don't frequently reset beacon interval in AdHoc modeHelmut Schaa2010-12-131-1/+5
* rt2x00: Implement get_survey callback for rt2800Helmut Schaa2010-12-131-0/+1
* mac80211/rt2x00: add ieee80211_tx_status_ni()Johannes Stezenbach2010-11-301-0/+1
* rt2x00: Use ioremap for SoC devices instead of KSEG1ADDR.Gertjan van Wingerde2010-11-171-1/+3
* rt2x00: Remove unneccessary internal Kconfig symbols.Gertjan van Wingerde2010-11-171-17/+17
* rt2x00: Remove RT30XX Kconfig variables.Gertjan van Wingerde2010-11-171-6/+4
* rt2x00: Add initial support for RT3370/RT3390 devices.Gertjan van Wingerde2010-11-171-0/+3
* rt2x00: Remove rt2x00lib_toggle_rxIvo van Doorn2010-11-151-4/+1
* rt2x00: Fix MCU_SLEEP argumentsIvo van Doorn2010-11-151-1/+1
* rt2x00: Implement flush callbackIvo van Doorn2010-11-151-0/+1
* rt2x00: Sync Tx and RX ring sizes with legacy driversHelmut Schaa2010-11-151-4/+4
* rt2x00: Fix tx status handling in rt2800pciHelmut Schaa2010-10-111-1/+1
* rt2x00: Remove superfluous initialization of qidxHelmut Schaa2010-10-111-1/+1
* rt2x00: Fix race between dma mapping and clearing rx entries in rt2800pciHelmut Schaa2010-10-051-7/+8
* rt2x00: rework tx status handling in rt2800pciHelmut Schaa2010-10-051-13/+137
* rt2x00: Mask out unused interrupts in rt2800pciHelmut Schaa2010-09-141-13/+13