Skip to content

Commit

Permalink
Staging: wlan-ng: fix build error if wireless networking is not enabled
Browse files Browse the repository at this point in the history
Thanks to Ingo for pointing this out.

Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Greg Kroah-Hartman committed Oct 22, 2008
1 parent 1781ad2 commit 0c74433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/wlan-ng/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
config PRISM2_USB
tristate "Prism2.5 USB driver"
depends on USB
depends on WLAN_80211 && USB
default n
---help---
This is the wlan-ng prism 2.5 USB driver for a wide range of
Expand Down

0 comments on commit 0c74433

Please sign in to comment.