From 99e06e372378c5833a0c60274b645dfb2e4a4b08 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Mon, 13 Oct 2008 14:33:13 -0700 Subject: staging: at76_usb wireless driver Add the at76_usb wireless driver to the staging tree while the other kernel driver (out of tree) gets rewritten to use the internal wireless stack. This patch comes directly from the Fedora kernel tree, with only the directory placement of the files changed. Signed-off-by: Pavel Roskin Signed-off-by: John W. Linville Signed-off-by: Greg Kroah-Hartman --- drivers/staging/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/staging/Makefile') diff --git a/drivers/staging/Makefile b/drivers/staging/Makefile index 7c466e94fd9..325bca4f71c 100644 --- a/drivers/staging/Makefile +++ b/drivers/staging/Makefile @@ -12,3 +12,4 @@ obj-$(CONFIG_USB_IP_COMMON) += usbip/ obj-$(CONFIG_W35UND) += winbond/ obj-$(CONFIG_PRISM2_USB) += wlan-ng/ obj-$(CONFIG_ECHO) += echo/ +obj-$(CONFIG_USB_ATMEL) += at76_usb/ -- cgit v1.2.3