Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 115573
b: refs/heads/master
c: 99e06e3
h: refs/heads/master
i:
  115571: 108beae
v: v3
  • Loading branch information
Pavel Roskin authored and Greg Kroah-Hartman committed Oct 13, 2008
1 parent fa0aba8 commit e8218bf
Show file tree
Hide file tree
Showing 8 changed files with 6,193 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: 86f69fe9c069dd8608d238581eea259caa1dfc99
refs/heads/master: 99e06e372378c5833a0c60274b645dfb2e4a4b08
2 changes: 2 additions & 0 deletions trunk/drivers/staging/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,6 @@ source "drivers/staging/wlan-ng/Kconfig"

source "drivers/staging/echo/Kconfig"

source "drivers/staging/at76_usb/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 @@ -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/
8 changes: 8 additions & 0 deletions trunk/drivers/staging/at76_usb/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
config USB_ATMEL
tristate "Atmel at76c503/at76c505/at76c505a USB cards"
depends on WLAN_80211 && USB
default N
select FW_LOADER
---help---
Enable support for USB Wireless devices using Atmel at76c503,
at76c505 or at76c505a chips.
1 change: 1 addition & 0 deletions trunk/drivers/staging/at76_usb/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
obj-$(CONFIG_USB_ATMEL) += at76_usb.o
2 changes: 2 additions & 0 deletions trunk/drivers/staging/at76_usb/TODO
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
rewrite the driver to use the proper in-kernel wireless stack
instead of using its own.
Loading

0 comments on commit e8218bf

Please sign in to comment.