-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 32092 b: refs/heads/master c: e85d091 h: refs/heads/master v: v3
- Loading branch information
Daniel Drake
authored and
Jeff Garzik
committed
Jul 5, 2006
1 parent
a1e75fe
commit d631709
Showing
23 changed files
with
6,912 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 4a232e725b5cc1bc7fc5b177424a9ff8313b23ad | ||
refs/heads/master: e85d0918b54fbd9b38003752f7d665416b06edd8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
config ZD1211RW | ||
tristate "ZyDAS ZD1211/ZD1211B USB-wireless support" | ||
depends on USB && IEEE80211 && IEEE80211_SOFTMAC && NET_RADIO && EXPERIMENTAL | ||
select FW_LOADER | ||
---help--- | ||
This is an experimental driver for the ZyDAS ZD1211/ZD1211B wireless | ||
chip, present in many USB-wireless adapters. | ||
|
||
Device firmware is required alongside this driver. You can download the | ||
firmware distribution from http://zd1211.ath.cx/get-firmware | ||
|
||
config ZD1211RW_DEBUG | ||
bool "ZyDAS ZD1211 debugging" | ||
depends on ZD1211RW | ||
---help--- | ||
ZD1211 debugging messages. Choosing Y will result in additional debug | ||
messages being saved to your kernel logs, which may help debug any | ||
problems. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
obj-$(CONFIG_ZD1211RW) += zd1211rw.o | ||
|
||
zd1211rw-objs := zd_chip.o zd_ieee80211.o \ | ||
zd_mac.o zd_netdev.o \ | ||
zd_rf_al2230.o zd_rf_rf2959.o \ | ||
zd_rf.o zd_usb.o zd_util.o | ||
|
||
ifeq ($(CONFIG_ZD1211RW_DEBUG),y) | ||
EXTRA_CFLAGS += -DDEBUG | ||
endif | ||
|
Oops, something went wrong.