-
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: 115563 b: refs/heads/master c: 00b3ed1 h: refs/heads/master i: 115561: a86e58e 115559: 1ea54b5 v: v3
- Loading branch information
Greg Kroah-Hartman
committed
Oct 10, 2008
1 parent
4b60a23
commit 8ae5731
Showing
38 changed files
with
36,061 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: 66101de10957e07a6fd0365d5af9adf650246d14 | ||
refs/heads/master: 00b3ed1685089ff52169a715de11106ed37df087 |
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,10 @@ | ||
config PRISM2_USB | ||
tristate "Prism2.5 USB driver" | ||
depends on USB | ||
default n | ||
---help--- | ||
This is the wlan-ng prism 2.5 USB driver for a wide range of | ||
old USB wireless devices. | ||
|
||
To compile this driver as a module, choose M here: the module | ||
will be called prism2_usb. |
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,9 @@ | ||
obj-$(CONFIG_PRISM2_USB) += prism2_usb.o | ||
obj-$(CONFIG_PRISM2_USB) += p80211.o | ||
|
||
p80211-objs := p80211mod.o \ | ||
p80211conv.o \ | ||
p80211req.o \ | ||
p80211wep.o \ | ||
p80211wext.o \ | ||
p80211netdev.o |
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,8 @@ | ||
TODO: | ||
- checkpatch.pl cleanups | ||
- sparse warnings | ||
- Lindent cleanups | ||
- move to use the in-kernel wireless stack | ||
- possible enable the pcmcia and pci portions of the driver | ||
|
||
Please send all patches to Greg Kroah-Hartman <greg@kroah.com> |
Oops, something went wrong.