rt2x00: Align RT chipset definitions with vendor driver.
[safe/jmp/linux-2.6] / drivers / net / wireless / rt2x00 /
2010-04-12 Gertjan van Wingerdert2x00: Align RT chipset definitions with vendor driver.
2010-04-12 Gertjan van Wingerdert2x00: Update rt2800 register definitions towards...
2010-04-12 Gertjan van Wingerdert2x00: Let RF chipset decide the RF channel switch...
2010-04-08 Helmut Schaart2x00: use rt2800_config_channel_rt3x for rt2872
2010-04-08 Gertjan van Wingerdert2x00: Enable powersaving by default again on rt2500usb.
2010-04-08 John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2010-04-06 Gertjan van Wingerdert2x00: Add wakeup interrupt handler to rt2800pci.
2010-04-06 Gertjan van Wingerdert2x00: Add wakeup interrupt handler to rt61pci.
2010-04-06 Gertjan van Wingerdert2x00: Disable auto wakeup before waking up device.
2010-04-03 Luis Correiart2x00: remove MCU requests for SoC platforms
2010-03-31 Xose Vazquez Perezwireless: rt2x00: rt2800usb: new ids
2010-03-31 Xose Vazquez Perezwireless: rt2x00: rt2800pci: new id
2010-03-31 Xose Vazquez Perezwireless: rt2x00: rt2800usb: delete id
2010-03-31 Xose Vazquez Perezwireless: rt2x00: rt2800usb: identify ids-chips
2010-03-30 Gertjan van Wingerdert2x00: Disable powersaving by default in rt2500usb.
2010-03-30 Gertjan van Wingerdert2x00: Fix typo in RF register programming of rt2800.
2010-03-16 Alban Browaeysrt2x00: Fix TX status reporting for rt2800pci.
2010-03-16 Alban Browaeysrt2x00: txdone implementation supporting hw encryption.
2010-03-15 Helmut Schaart2x00: fix warning when building rt2800pci with just...
2010-03-10 Helmut Schaart2x00: remove KSEG1ADDR define from rt2x00soc.h
2010-03-03 Helmut Schaart2x00: Export rt2x00soc_probe from rt2x00soc
2010-03-02 Helmut Schaart2x00: fix rt2800pci compilation with SoC
2010-03-02 Bryan Polkrt2x00: Add USB ID for CEIVA adapter to rt73usb
2010-02-26 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2010-02-15 Gertjan van Wingerdert2x00: rt2800 - Make rt30xx and rt35xx chipsets config...
2010-02-15 Gertjan van Wingerdert2x00: rework RT chipset and revision determination...
2010-02-15 Gertjan van Wingerdert2x00: Reorganize RT chipset setting for PCI/SOC devices.
2010-02-15 Gertjan van Wingerdert2x00: Introduce SoC interface type.
2010-02-15 David S. MillerMerge branch 'master' of ssh:///linux/kernel/git/linvil...
2010-02-08 Kalle Valort2x00: remove get_tx_stats() mac80211 op
2010-01-19 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2010-01-13 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2010-01-12 Gertjan van Wingerdert2x00: Make rt2800_init_led static and don't export it.
2010-01-12 Gertjan van Wingerdert2x00: Unify rt2800 WPDMA ready waiting functions.
2010-01-12 Gertjan van Wingerdert2x00: RF3052 is a valid RF chipset for USB devices...
2010-01-08 Alexey Dobriyandrivers/net/: use DEFINE_PCI_DEVICE_TABLE()
2010-01-05 John W. LinvilleMerge git://git./linux/kernel/git/linville/wireless-2.6
2010-01-05 Gertjan van Wingerdert2x00: Properly request tx headroom for alignment...
2010-01-05 Gertjan van Wingerdert2x00: Fix LED configuration setting for rt2800.
2010-01-05 Pavel Roskinrt2x00: use correct headroom for transmission
2009-12-30 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2009-12-30 John W. LinvilleMerge git://git./linux/kernel/git/linville/wireless-2.6
2009-12-30 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2009-12-28 Johannes Bergmac80211: remove struct ieee80211_if_init_conf
2009-12-28 Gertjan van Wingerdert2x00: Cleanup chip handling helper functions.
2009-12-28 Gertjan van Wingerdert2x00: convert RT2800PCI_PCI and RT2800PCI_SOC Kconfig...
2009-12-28 Gertjan van Wingerdert2x00: Let rt2800lib check CONFIG_RT2X00_LIB_USB inste...
2009-12-28 Gertjan van Wingerdert2x00: Fix checks for rt2800 SOC support.
2009-12-28 Gertjan van Wingerdert2x00: Add USB ID for Linksys WUSB 600N rev 2.
2009-12-28 John W. LinvilleMerge git://git./linux/kernel/git/linville/wireless-2.6
2009-12-26 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2009-12-21 Gertjan van Wingerdert2x00: Fix trimming of L2 padded frames.
2009-12-21 Benoit Papillaultrt2x00: Fix rt2800usb RX frame format and as such L2PAD
2009-12-21 Benoit PAPILLAULTrt2x00: Disable RX aggregation for rt2800usb
2009-12-21 Gertjan van Wingerdert2x00: Only remove L2 padding in received frames if...
2009-12-21 Gertjan van Wingerdert2x00: Reorganize L2 padding inserting function.
2009-12-21 Gertjan van Wingerdert2x00: Remove SKBDESC_L2_PADDED flag.
2009-12-21 Gertjan van Wingerdert2x00: Further L2 padding fixes.
2009-12-21 Alban Browaeysrt2x00 : trim the skb after having the l2pad removed.
2009-12-21 Alban Browaeysrt2x00 : avoid timestamp for monitor injected frame.
2009-12-21 Alban Browaeysrt2x00 : modify padding location.
2009-12-21 Alban Browaeysrt2x00 : bail out of regbusy_read if device is removed.
2009-12-21 Kenichi HORIOrt73usb: add WLI-U2-H54HP
2009-12-21 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2009-12-21 Johannes Bergmac80211: fix peer HT capabilities
2009-12-21 Gertjan van Wingerdert2x00: Fix calculation of rt2800 iveiv entry offset.
2009-12-21 Gertjan van Wingerdert2x00: Disable powersaving for rt61pci and rt2800pci.
2009-12-21 Julia Lawalldrivers/net/wireless: Correct code taking the size...
2009-12-14 Gertjan van Wingerdert2x00: Fix rt2800usb detection in rt2800lib.
2009-12-10 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-12-07 Jiri KosinaMerge branch 'for-next' into for-linus
2009-12-04 Gertjan van Wingerdert2x00: Fix padding bug on L2PAD devices.
2009-12-04 André Goddard Rosatree-wide: fix assorted typos all over the place
2009-11-28 Gertjan van Wingerdert2x00: Centralize setting of extra TX headroom request...
2009-11-28 Gertjan van Wingerdert2x00: Whitespace cleanup.
2009-11-28 Gertjan van Wingerdert2x00: Fix typo (lengt --> length) in rt2x00queue.c
2009-11-28 Gertjan van Wingerdert2x00: Clean up use of rt2x00_intf_is_pci.
2009-11-28 Gertjan van Wingerdert2x00: Remove unused variable frame_control from rt2x0...
2009-11-28 Gertjan van Wingerdert2x00: Only initialize HT on rt2800 devices that suppo...
2009-11-24 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2009-11-19 Johannes Bergmac80211: request TX status where needed
2009-11-19 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-11-18 Xose Vazquez Perezrt2x00: more ids to rt2800usb.c
2009-11-16 Josef Bacikrt2800: do not enable tbtt unless we are in a beacon...
2009-11-16 Gertjan van Wingerdert2x00: Fix BUG on rt2800usb when trying to read eFuse...
2009-11-16 Gertjan van Wingerdert2x00: Log RT/RF chipset information correctly.
2009-11-16 Gertjan van Wingerdert2x00: Initialize rf302x RF values properly for rt2800pci.
2009-11-16 Gertjan van Wingerdert2x00: Fix rt2800lib RF chip programming selection.
2009-11-13 Thadeu Lima de Sou... rt2800lib: fix some typos and punctuation in comments
2009-11-13 Gertjan van Wingerdert2x00: Properly detect Ralink RT3070 devices.
2009-11-11 Gertjan van Wingerdert2x00: Fix typo in rf programming of rt2800lib.
2009-11-11 Thadeu Lima de Sou... rt2x00: fix some typos and punctuation in comments
2009-11-11 Gertjan van Wingerdert2x00: Update copyright statements.
2009-11-11 Bartlomiej Zolnier... rt2500usb: remove dead link tuning code
2009-11-11 Bartlomiej Zolnier... rt2800usb: add eFuse EEPROM support
2009-11-11 Bartlomiej Zolnier... rt2800: add eFuse EEPROM support code to rt2800lib
2009-11-11 Bartlomiej Zolnier... rt2800usb: fix RX descriptor naming
2009-11-11 Bartlomiej Zolnier... rt2800: unify rt2800*_probe_hw_mode()
2009-11-11 Bartlomiej Zolnier... rt2800: prepare for rt2800*_probe_hw_mode() unification
2009-11-11 Bartlomiej Zolnier... rt2800usb: reorganize code in rt2800usb_probe_hw_mode()
next