Skip to content

Commit 99e06e3

Browse files
Pavel Roskingregkh
authored andcommitted
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 <[email protected]> Signed-off-by: John W. Linville <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 86f69fe commit 99e06e3

File tree

7 files changed

+6192
-0
lines changed

7 files changed

+6192
-0
lines changed

drivers/staging/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,6 @@ source "drivers/staging/wlan-ng/Kconfig"
4141

4242
source "drivers/staging/echo/Kconfig"
4343

44+
source "drivers/staging/at76_usb/Kconfig"
45+
4446
endif # STAGING

drivers/staging/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ obj-$(CONFIG_USB_IP_COMMON) += usbip/
1212
obj-$(CONFIG_W35UND) += winbond/
1313
obj-$(CONFIG_PRISM2_USB) += wlan-ng/
1414
obj-$(CONFIG_ECHO) += echo/
15+
obj-$(CONFIG_USB_ATMEL) += at76_usb/

drivers/staging/at76_usb/Kconfig

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
config USB_ATMEL
2+
tristate "Atmel at76c503/at76c505/at76c505a USB cards"
3+
depends on WLAN_80211 && USB
4+
default N
5+
select FW_LOADER
6+
---help---
7+
Enable support for USB Wireless devices using Atmel at76c503,
8+
at76c505 or at76c505a chips.

drivers/staging/at76_usb/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
obj-$(CONFIG_USB_ATMEL) += at76_usb.o

drivers/staging/at76_usb/TODO

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
rewrite the driver to use the proper in-kernel wireless stack
2+
instead of using its own.

0 commit comments

Comments
 (0)