Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150161
b: refs/heads/master
c: d53d9e6
h: refs/heads/master
i:
  150159: ae9c6bc
v: v3
  • Loading branch information
Ivo van Doorn authored and John W. Linville committed May 6, 2009
1 parent e3f8fca commit 7fbecad
Show file tree
Hide file tree
Showing 6 changed files with 4,997 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 206eade5a68f7a06adbe7c65e47fd88843ad0546
refs/heads/master: d53d9e67b55f6a9fc3f836c5c392eb41ce5676f4
14 changes: 14 additions & 0 deletions trunk/drivers/net/wireless/rt2x00/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,20 @@ config RT73USB

When compiled as a module, this driver will be called "rt73usb.ko".

config RT2800USB
tristate "Ralink rt2800 (USB) support"
depends on USB
select RT2X00_LIB_USB
select RT2X00_LIB_HT
select RT2X00_LIB_FIRMWARE
select RT2X00_LIB_CRYPTO
select CRC_CCITT
---help---
This adds support for rt2800 wireless chipset family.
Supported chips: RT2770, RT2870 & RT3070.

When compiled as a module, this driver will be called "rt2800usb.ko".

config RT2X00_LIB_PCI
tristate
select RT2X00_LIB
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/net/wireless/rt2x00/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ obj-$(CONFIG_RT2500PCI) += rt2500pci.o
obj-$(CONFIG_RT61PCI) += rt61pci.o
obj-$(CONFIG_RT2500USB) += rt2500usb.o
obj-$(CONFIG_RT73USB) += rt73usb.o
obj-$(CONFIG_RT2800USB) += rt2800usb.o
Loading

0 comments on commit 7fbecad

Please sign in to comment.