summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/rt2x00
AgeCommit message (Expand)AuthorFilesLines
2010-04-16wireless: rt2x00: rt2800usb: identify Hawking devicesXose Vazquez Perez1-3/+5
2010-04-16rt2x00: rt2800pci: fix tx path by not accessing the skb after it was DMA mappedHelmut Schaa1-7/+27
2010-04-16rt2x00: add txdesc parameter to write_tx_dataHelmut Schaa6-6/+12
2010-04-14wireless: rt2x00: rt2800usb: identify Sitecom devicesXose Vazquez Perez1-7/+4
2010-04-12rt2x00: Add rt3390 support in rt2800 register initialization.Gertjan van Wingerde1-11/+59
2010-04-12rt2x00: Add rt3090 support in rt2800 register initialization.Gertjan van Wingerde1-14/+40
2010-04-12rt2x00: Add rt3071 support in rt2800 register initialization.Gertjan van Wingerde1-9/+93
2010-04-12rt2x00: Finish rt3070 support in rt2800 register initialization.Gertjan van Wingerde1-62/+71
2010-04-12rt2x00: Align rt2800 register initialization with vendor driver.Gertjan van Wingerde2-48/+95
2010-04-12rt2x00: Refactor rt2800 version constants.Gertjan van Wingerde3-29/+41
2010-04-12rt2x00: Align RT chipset definitions with vendor driver.Gertjan van Wingerde3-22/+50
2010-04-12rt2x00: Update rt2800 register definitions towards latest definitions.Gertjan van Wingerde2-3/+54
2010-04-12rt2x00: Let RF chipset decide the RF channel switch method to use in rt2800.Gertjan van Wingerde1-17/+14
2010-04-08rt2x00: use rt2800_config_channel_rt3x for rt2872Helmut Schaa1-1/+2
2010-04-08rt2x00: Enable powersaving by default again on rt2500usb.Gertjan van Wingerde1-5/+0
2010-04-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-4/+7
2010-04-07rt2x00: Add wakeup interrupt handler to rt2800pci.Gertjan van Wingerde1-0/+11
2010-04-07rt2x00: Add wakeup interrupt handler to rt61pci.Gertjan van Wingerde1-0/+14
2010-04-07rt2x00: Disable auto wakeup before waking up device.Gertjan van Wingerde5-5/+17
2010-04-03rt2x00: remove MCU requests for SoC platformsLuis Correia1-0/+6
2010-03-31wireless: rt2x00: rt2800usb: new idsXose Vazquez Perez1-0/+11
2010-03-31wireless: rt2x00: rt2800pci: new idXose Vazquez Perez1-0/+1
2010-03-31wireless: rt2x00: rt2800usb: delete idXose Vazquez Perez1-2/+0
2010-03-31wireless: rt2x00: rt2800usb: identify ids-chipsXose Vazquez Perez1-27/+25
2010-03-30rt2x00: Disable powersaving by default in rt2500usb.Gertjan van Wingerde1-0/+5
2010-03-30rt2x00: Fix typo in RF register programming of rt2800.Gertjan van Wingerde1-2/+2
2010-03-16rt2x00: Fix TX status reporting for rt2800pci.Alban Browaeys1-15/+25
2010-03-16rt2x00: txdone implementation supporting hw encryption.Alban Browaeys1-32/+25
2010-03-15rt2x00: fix warning when building rt2800pci with just soc supportHelmut Schaa1-0/+2
2010-03-11rt2x00: remove KSEG1ADDR define from rt2x00soc.hHelmut Schaa1-2/+0
2010-03-03rt2x00: Export rt2x00soc_probe from rt2x00socHelmut Schaa1-0/+1
2010-03-02rt2x00: fix rt2800pci compilation with SoCHelmut Schaa1-1/+1
2010-03-02rt2x00: Add USB ID for CEIVA adapter to rt73usbBryan Polk1-0/+2
2010-02-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller20-282/+414
2010-02-16rt2x00: rt2800 - Make rt30xx and rt35xx chipsets configurable.Gertjan van Wingerde3-115/+258
2010-02-16rt2x00: rework RT chipset and revision determination for PCI an SOC devices.Gertjan van Wingerde14-118/+112
2010-02-16rt2x00: Reorganize RT chipset setting for PCI/SOC devices.Gertjan van Wingerde12-59/+58
2010-02-16rt2x00: Introduce SoC interface type.Gertjan van Wingerde4-38/+34
2010-02-15Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller8-24/+0
2010-02-09rt2x00: remove get_tx_stats() mac80211 opKalle Valo8-24/+0
2010-01-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller7-52/+50
2010-01-12rt2x00: Make rt2800_init_led static and don't export it.Gertjan van Wingerde2-4/+1
2010-01-12rt2x00: Unify rt2800 WPDMA ready waiting functions.Gertjan van Wingerde4-41/+25
2010-01-12rt2x00: RF3052 is a valid RF chipset for USB devices as well.Gertjan van Wingerde1-2/+3
2010-01-08drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan4-4/+4
2010-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville4-5/+21
2010-01-06rt2x00: Properly request tx headroom for alignment operations.Gertjan van Wingerde2-1/+17
2010-01-06rt2x00: Fix LED configuration setting for rt2800.Gertjan van Wingerde1-1/+1
2010-01-06rt2x00: use correct headroom for transmissionPavel Roskin1-3/+3
2009-12-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller11-177/+152