Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27407
b: refs/heads/master
c: 5c601d0
h: refs/heads/master
i:
  27405: d83cba2
  27403: 2ffae6d
  27399: e43cac2
  27391: ce77290
v: v3
  • Loading branch information
Pavel Machek authored and John W. Linville committed Jun 5, 2006
1 parent 2ddc974 commit 6f85c4d
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 19 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ff7562aaec1e68448888572033f072fc21ef2ac8
refs/heads/master: 5c601d0c942f5aaf7f3cff7e08f61047d70a964e
17 changes: 17 additions & 0 deletions trunk/drivers/net/wireless/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,23 @@ config PRISM54
say M here and read <file:Documentation/modules.txt>. The module
will be called prism54.ko.

config USB_ZD1201
tristate "USB ZD1201 based Wireless device support"
depends on USB && NET_RADIO
select FW_LOADER
---help---
Say Y if you want to use wireless LAN adapters based on the ZyDAS
ZD1201 chip.

This driver makes the adapter appear as a normal Ethernet interface,
typically on wlan0.

The zd1201 device requires external firmware to be loaded.
This can be found at http://linux-lc100020.sourceforge.net/

To compile this driver as a module, choose M here: the
module will be called zd1201.

source "drivers/net/wireless/hostap/Kconfig"
source "drivers/net/wireless/bcm43xx/Kconfig"

Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/net/wireless/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,5 @@ obj-$(CONFIG_BCM43XX) += bcm43xx/
# 16-bit wireless PCMCIA client drivers
obj-$(CONFIG_PCMCIA_RAYCS) += ray_cs.o
obj-$(CONFIG_PCMCIA_WL3501) += wl3501_cs.o

obj-$(CONFIG_USB_ZD1201) += zd1201.o
File renamed without changes.
File renamed without changes.
17 changes: 0 additions & 17 deletions trunk/drivers/usb/net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -301,21 +301,4 @@ config USB_NET_ZAURUS
some cases CDC MDLM) protocol, not "g_ether".


config USB_ZD1201
tristate "USB ZD1201 based Wireless device support"
depends on NET_RADIO
select FW_LOADER
---help---
Say Y if you want to use wireless LAN adapters based on the ZyDAS
ZD1201 chip.

This driver makes the adapter appear as a normal Ethernet interface,
typically on wlan0.

The zd1201 device requires external firmware to be loaded.
This can be found at http://linux-lc100020.sourceforge.net/

To compile this driver as a module, choose M here: the
module will be called zd1201.

endmenu
1 change: 0 additions & 1 deletion trunk/drivers/usb/net/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ obj-$(CONFIG_USB_NET_RNDIS_HOST) += rndis_host.o
obj-$(CONFIG_USB_NET_CDC_SUBSET) += cdc_subset.o
obj-$(CONFIG_USB_NET_ZAURUS) += zaurus.o
obj-$(CONFIG_USB_USBNET) += usbnet.o
obj-$(CONFIG_USB_ZD1201) += zd1201.o

ifeq ($(CONFIG_USB_DEBUG),y)
EXTRA_CFLAGS += -DDEBUG
Expand Down

0 comments on commit 6f85c4d

Please sign in to comment.