aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/rt2x00/rt2800pci.c
AgeCommit message (Expand)Author
2012-01-13rt2800pci: fix spurious interrupts generationStanislaw Gruszka
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell
2011-09-14rt2x00: Make use of sta_add/remove callbacks in rt2800Helmut Schaa
2011-09-14rt2x00: Avoid unnecessary uncachedHelmut Schaa
2011-09-14rt2x00: Minor optimizazion in txdone pathHelmut Schaa
2011-09-13rt2x00: Add new chipset supportzero.lin
2011-08-09rt2x00: Fix PCI interrupt processing race on SMP systemsHelmut Schaa
2011-07-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-07-07rt2x00: Implement tx_frames_pending mac80211 callback function.Gertjan van Wingerde
2011-07-07rt2x00: Add device ID for RT539F device.Gertjan van Wingerde
2011-06-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-06-05drivers/net: Remove unnecessary semicolonsJoe Perches
2011-06-01rt2x00: Add support for RT3572/RT3592/RT3592+Bluetooth combo cardGertjan van Wingerde
2011-05-02rt2x00: Fix optimize register access for rt2800pciIvo van Doorn
2011-04-19rt2x00: Implement get_ringparam callback functionIvo van Doorn
2011-04-19rt2x00: Optimize register access in rt2800pciHelmut Schaa
2011-04-19rt2x00: Allow dynamic addition of PCI/USB IDs.Gertjan van Wingerde
2011-04-19rt2x00: Always inline rt2x00pci_enable_interruptHelmut Schaa
2011-04-19rt2x00: Decrease association time for USB devicesIvo van Doorn
2011-04-19rt2x00: Split rt2x00dev->flagsIvo van Doorn
2011-04-04rt2x00: Implement tx power temperature compensationHelmut Schaa
2011-04-04rt2x00: Limit rt2800pci txdone processing to 16 entries at onceHelmut Schaa
2011-04-04rt2x00: Limit rt2x00pci rxdone processing to 16 entries at onceHelmut Schaa
2011-03-04rt2x00: Fix comment in rt2800pciHelmut Schaa
2011-03-04rt2x00: Revise irqmask locking for PCI devicesHelmut Schaa
2011-03-04rt2x00: Optimize TX descriptor handlingHelmut Schaa
2011-03-04rt2x00: Make use of unlikely during tx status processingHelmut Schaa
2011-03-04rt2x00: Optimize calls to rt2x00queue_get_queueHelmut Schaa
2011-03-04rt2x00: fix whitespace damage in the rt2800 specific codeGabor Juhos
2011-02-21rt2x00: Add support for RT5390 chipRA-Shiang Tu
2011-02-18Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville
2011-02-18wireless: rt2x00: rt2800pci.c: add two idsXose Vazquez Perez
2011-01-31rt2x00: Fix WPA TKIP Michael MIC failures.Gertjan van Wingerde
2011-01-31rt2x00: Remove STATE_RADIO_IRQ_OFF_ISR and STATE_RADIO_IRQ_ON_ISRHelmut Schaa
2011-01-31rt2x00: Convert rt2800pci to use taskletsHelmut Schaa
2011-01-31rt2x00: Disable txstatus tasklet by defaultHelmut Schaa
2011-01-31rt2x00: Refactor beacon code to make use of start- and stop_queueHelmut Schaa
2011-01-19rt2x00: Fix radio off hang issue for PCIE interfaceRA-Jay Hung
2011-01-04rt2x00: simplify txstatus_fifo handlingJohannes Stezenbach
2010-12-13rt2x00: Fix WMM Queue namingIvo van Doorn
2010-12-13rt2x00: Reorganize queue callback functionsIvo van Doorn
2010-12-13rt2x00: Introduce 3 queue commands in drivers (start, kick, stop).Ivo van Doorn
2010-12-13rt2x00: trivial: add missing \n on warningsJohannes Stezenbach
2010-12-13rt2x00: Don't frequently reset beacon interval in AdHoc modeHelmut Schaa
2010-12-13rt2x00: Implement get_survey callback for rt2800Helmut Schaa
2010-11-30mac80211/rt2x00: add ieee80211_tx_status_ni()Johannes Stezenbach
2010-11-17rt2x00: Use ioremap for SoC devices instead of KSEG1ADDR.Gertjan van Wingerde
2010-11-17rt2x00: Remove unneccessary internal Kconfig symbols.Gertjan van Wingerde
2010-11-17rt2x00: Remove RT30XX Kconfig variables.Gertjan van Wingerde
2010-11-17rt2x00: Add initial support for RT3370/RT3390 devices.Gertjan van Wingerde