summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00
AgeCommit message (Expand)AuthorLines
2011-06-06rt2x00: fix rmmod crashStanislaw Gruszka-1/+6
2011-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2....John W. Linville-1/+0
2011-05-27wireless: Default to 'n' for 2 new added devices in Kconfig.Tao Ma-1/+0
2011-05-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-6/+28
2011-05-10rt2x00: Fix rmmod hang of rt2800pciGertjan van Wingerde-1/+1
2011-05-05rt2x00: Fix transfer speed regression for USB hardwareIvo van Doorn-3/+3
2011-05-05rt2x00: Initial support for RT5370 USB devices.Gertjan van Wingerde-2/+24
2011-05-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-28/+175
2011-05-02rt2x00: Add autowake support for USB hardwareIvo van Doorn-0/+139
2011-05-02rt2x00: Introduce capability flag for Bluetooth co-existence.Gertjan van Wingerde-5/+9
2011-05-02rt2x00: Streamline rt2800 eeprom initialisations.Gertjan van Wingerde-10/+8
2011-05-02rt2x00: Fix optimize register access for rt2800pciIvo van Doorn-2/+2
2011-05-02rt2x00: Optimize TX_STA_FIFO register readingIvo van Doorn-9/+15
2011-05-02rt2x00: Reduce tx status reading timeoutIvo van Doorn-2/+2
2011-04-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-956/+1361
2011-04-19rt2x00: Implement get_antenna and set_antenna callback functionsIvo van Doorn-29/+103
2011-04-19rt2x00: Implement get_ringparam callback functionIvo van Doorn-0/+25
2011-04-19rt2x00: Optimize register access in rt2800usbIvo van Doorn-28/+28
2011-04-19rt2x00: Optimize register access in rt2800pciHelmut Schaa-74/+84
2011-04-19rt2x00: Merge rt2x00ht.c contents in other files.Gertjan van Wingerde-168/+108
2011-04-19rt2x00: Enable support for RT53xx PCI devices by default.Gertjan van Wingerde-4/+1
2011-04-19rt2x00: RT33xx device support is no longer experimental.Gertjan van Wingerde-12/+4
2011-04-19rt2x00: Add USB IDs.Gertjan van Wingerde-0/+28
2011-04-19rt2x00: Allow dynamic addition of PCI/USB IDs.Gertjan van Wingerde-369/+404
2011-04-19rt2x00: Linksys WUSB600N rev2 is a RT3572 device.Gertjan van Wingerde-1/+1
2011-04-19rt2x00: Always inline rt2x00pci_enable_interruptHelmut Schaa-8/+8
2011-04-19rt2x00: Decrease association time for USB devicesIvo van Doorn-22/+39
2011-04-19rt2800usb: add timer to handle TX_STA_FIFOJohannes Stezenbach-2/+51
2011-04-19rt2800usb: handle TX status timeoutsJohannes Stezenbach-4/+7
2011-04-19rt2x00: fix queue timeout checksJohannes Stezenbach-25/+43
2011-04-19rt2800usb: read TX_STA_FIFO asynchronouslyJohannes Stezenbach-24/+110
2011-04-19rt2x00: Use TXOP_HTTXOP for beaconsHelmut Schaa-2/+3
2011-04-19rt2x00: Update TX_SW_CFG2 init valueHelmut Schaa-1/+1
2011-04-19rt2x00: Use correct TBTT_SYNC config in AP modeHelmut Schaa-0/+19
2011-04-19rt2x00: Make rt2x00_queue_entry_for_each more flexibleHelmut Schaa-21/+49
2011-04-19rt2x00: Split rt2x00dev->flagsIvo van Doorn-153/+203
2011-04-19rt2x00: Fix stuck queue in tx failure caseHelmut Schaa-1/+1
2011-04-19rt2x00: Enable WLAN LED on Ralink SoC (rt305x) devicesLayne Edwards-18/+42
2011-04-12rt2800usb: Add seven new USB IDsMark Davis-13/+22
2011-04-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-98/+400
2011-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds-2/+4
2011-04-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-5/+11
2011-04-07rt2x00: Drop __TIME__ usageMichal Marek-1/+0
2011-04-07wireless: rt2x00: rt{2500,73}usb.c fix duplicate idsXose Vazquez Perez-5/+0
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds-21/+21
2011-04-04rt2x00: Add an error message when trying to send on a full queueHelmut Schaa-1/+4
2011-04-04rt2x00: Fix tx aggregation problems with some clientsHelmut Schaa-1/+9
2011-04-04rt2x00: Add support for the ZyXEL NWD-211AN USBIvo van Doorn-0/+1
2011-04-04rt2x00: Fix STBC transmissions to STAs with Rx STBC > 1Helmut Schaa-2/+5
2011-04-04rt2x00: Implement tx power temperature compensationHelmut Schaa-5/+296