summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/rt2x00
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-03-134-3/+4
|\
| * rt2x00: remove KSEG1ADDR define from rt2x00soc.hHelmut Schaa2010-03-101-2/+0
| * rt2x00: Export rt2x00soc_probe from rt2x00socHelmut Schaa2010-03-031-0/+1
| * rt2x00: fix rt2800pci compilation with SoCHelmut Schaa2010-03-021-1/+1
| * rt2x00: Add USB ID for CEIVA adapter to rt73usbBryan Polk2010-03-021-0/+2
* | Merge branch 'for-next' into for-linusJiri Kosina2010-03-087-11/+11
|\ \ | |/ |/|
| * tree-wide: Assorted spelling fixesDaniel Mack2010-02-097-11/+11
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-01-124-5/+21
| |\
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-12-291-0/+1
| |\ \
* | \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-02-2520-282/+414
|\ \ \ \
| * | | | rt2x00: rt2800 - Make rt30xx and rt35xx chipsets configurable.Gertjan van Wingerde2010-02-153-115/+258
| * | | | rt2x00: rework RT chipset and revision determination for PCI an SOC devices.Gertjan van Wingerde2010-02-1514-118/+112
| * | | | rt2x00: Reorganize RT chipset setting for PCI/SOC devices.Gertjan van Wingerde2010-02-1512-59/+58
| * | | | rt2x00: Introduce SoC interface type.Gertjan van Wingerde2010-02-154-38/+34
* | | | | Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2010-02-148-24/+0
|\ \ \ \ \ | |/ / / /
| * | | | rt2x00: remove get_tx_stats() mac80211 opKalle Valo2010-02-088-24/+0
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-01-197-52/+50
|\ \ \ \ \ | |/ / / /
| * | | | rt2x00: Make rt2800_init_led static and don't export it.Gertjan van Wingerde2010-01-122-4/+1
| * | | | rt2x00: Unify rt2800 WPDMA ready waiting functions.Gertjan van Wingerde2010-01-124-41/+25
| * | | | rt2x00: RF3052 is a valid RF chipset for USB devices as well.Gertjan van Wingerde2010-01-121-2/+3
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville2010-01-054-5/+21
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | rt2x00: Properly request tx headroom for alignment operations.Gertjan van Wingerde2010-01-052-1/+17
| | * | | rt2x00: Fix LED configuration setting for rt2800.Gertjan van Wingerde2010-01-051-1/+1
| | * | | rt2x00: use correct headroom for transmissionPavel Roskin2010-01-051-3/+3
| | | |/ | | |/|
* | | | drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan2010-01-074-4/+4
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-12-3011-177/+152
|\ \ \ \ | |/ / /
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville2009-12-301-0/+1
| |\ \ \ | | |/ /
| | * | rt2x00: Add USB ID for Linksys WUSB 600N rev 2.Gertjan van Wingerde2009-12-281-0/+1
| * | | mac80211: remove struct ieee80211_if_init_confJohannes Berg2009-12-282-15/+15
| * | | rt2x00: Cleanup chip handling helper functions.Gertjan van Wingerde2009-12-289-143/+125
| * | | rt2x00: convert RT2800PCI_PCI and RT2800PCI_SOC Kconfig symbols to booleans.Gertjan van Wingerde2009-12-282-10/+2
| * | | rt2x00: Let rt2800lib check CONFIG_RT2X00_LIB_USB instead of CONFIG_RT2800USBGertjan van Wingerde2009-12-281-2/+2
| * | | rt2x00: Fix checks for rt2800 SOC support.Gertjan van Wingerde2009-12-281-9/+9
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville2009-12-283-7/+17
| |\ \ \ | | |/ /
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-12-259-92/+153
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | rt2x00: Fix trimming of L2 padded frames.Gertjan van Wingerde2009-12-211-1/+1
| * | rt2x00: Fix rt2800usb RX frame format and as such L2PADBenoit Papillault2009-12-212-31/+97
| * | rt2x00: Disable RX aggregation for rt2800usbBenoit PAPILLAULT2009-12-211-3/+1
| * | rt2x00: Only remove L2 padding in received frames if there is payload.Gertjan van Wingerde2009-12-211-1/+3
| * | rt2x00: Reorganize L2 padding inserting function.Gertjan van Wingerde2009-12-211-33/+27
| * | rt2x00: Remove SKBDESC_L2_PADDED flag.Gertjan van Wingerde2009-12-214-16/+4
| * | rt2x00: Further L2 padding fixes.Gertjan van Wingerde2009-12-212-3/+11
| * | rt2x00 : trim the skb after having the l2pad removed.Alban Browaeys2009-12-213-5/+3
| * | rt2x00 : avoid timestamp for monitor injected frame.Alban Browaeys2009-12-211-3/+6
| * | rt2x00 : modify padding location.Alban Browaeys2009-12-211-1/+1
| * | rt2x00 : bail out of regbusy_read if device is removed.Alban Browaeys2009-12-211-0/+3
| * | rt73usb: add WLI-U2-H54HPKenichi HORIO2009-12-211-0/+1
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-12-213-7/+17
|\ \ \ | | |/ | |/|
| * | mac80211: fix peer HT capabilitiesJohannes Berg2009-12-211-2/+1
| * | rt2x00: Fix calculation of rt2800 iveiv entry offset.Gertjan van Wingerde2009-12-211-1/+1
OpenPOWER on IntegriCloud