Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 38 changed files with 36,061 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: 66101de10957e07a6fd0365d5af9adf650246d14
refs/heads/master: 00b3ed1685089ff52169a715de11106ed37df087
2 changes: 2 additions & 0 deletions trunk/drivers/staging/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,6 @@ source "drivers/staging/usbip/Kconfig"

source "drivers/staging/winbond/Kconfig"

source "drivers/staging/wlan-ng/Kconfig"

endif # STAGING
1 change: 1 addition & 0 deletions trunk/drivers/staging/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ obj-$(CONFIG_ME4000) += me4000/
obj-$(CONFIG_VIDEO_GO7007) += go7007/
obj-$(CONFIG_USB_IP_COMMON) += usbip/
obj-$(CONFIG_W35UND) += winbond/
obj-$(CONFIG_PRISM2_USB) += wlan-ng/
10 changes: 10 additions & 0 deletions trunk/drivers/staging/wlan-ng/Kconfig
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.
9 changes: 9 additions & 0 deletions trunk/drivers/staging/wlan-ng/Makefile
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
8 changes: 8 additions & 0 deletions trunk/drivers/staging/wlan-ng/README
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>
Loading

0 comments on commit 8ae5731

Please sign in to comment.