aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/at76_usb/Kconfig
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2009-02-03 16:28:48 -0800
committerGreg Kroah-Hartman <gregkh@kvm.kroah.org>2009-02-09 11:26:17 -0800
commit89cb7e7fd6c0917bb9236ea48bf538d4668ed009 (patch)
tree7abc032bbb32db29f460ef84806d72296b237a94 /drivers/staging/at76_usb/Kconfig
parentf06da264cfb0f9444d41ca247213e419f90aa72a (diff)
Revert Staging: at76_usb: update drivers/staging/at76_usb w/ mac80211 port
Reverts 02227c28391b5059a7710d6039c52912b0ee2c1d (Had to be done by hand due to other patches that had come after this.) Turns out that we don't want the mac80211 port of this driver just yet, as there is a different driver working on adding this support. So keep things old and different for now. This is being reverted at the request of the linux-wireless developers. Cc: Kalle Valo <kalle.valo@iki.fi> Cc: John W. Linville <linville@tuxdriver.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/at76_usb/Kconfig')
-rw-r--r--drivers/staging/at76_usb/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/at76_usb/Kconfig b/drivers/staging/at76_usb/Kconfig
index 4c0e55e1544..8606f962162 100644
--- a/drivers/staging/at76_usb/Kconfig
+++ b/drivers/staging/at76_usb/Kconfig
@@ -1,6 +1,6 @@
config USB_ATMEL
tristate "Atmel at76c503/at76c505/at76c505a USB cards"
- depends on MAC80211 && WLAN_80211 && USB
+ depends on WLAN_80211 && USB
default N
select FW_LOADER
---help---