linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] wireless: depends on NET
@ 2010-05-10 16:24 Randy Dunlap
  2010-05-10 18:58 ` John W. Linville
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2010-05-10 16:24 UTC (permalink / raw)
  To: linux-wireless; +Cc: John W. Linville, davem

From: Randy Dunlap <randy.dunlap@oracle.com>

When CONFIG_NET is disabled, the attempt to build wext-priv.c
fails with:

net/wireless/wext-priv.c: In function 'ioctl_private_call':
net/wireless/wext-priv.c:207: error: implicit declaration of function 'call_commit_handler'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
Has this been omitted on purpose??

 drivers/net/wireless/Kconfig |    1 +
 1 file changed, 1 insertion(+)

--- lnx-2634-rc7.orig/drivers/net/wireless/Kconfig
+++ lnx-2634-rc7/drivers/net/wireless/Kconfig
@@ -5,6 +5,7 @@
 menuconfig WLAN
 	bool "Wireless LAN"
 	depends on !S390
+	depends on NET
 	select WIRELESS
 	default y
 	---help---

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] wireless: depends on NET
  2010-05-10 16:24 [PATCH] wireless: depends on NET Randy Dunlap
@ 2010-05-10 18:58 ` John W. Linville
  0 siblings, 0 replies; 2+ messages in thread
From: John W. Linville @ 2010-05-10 18:58 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: linux-wireless, davem

On Mon, May 10, 2010 at 09:24:29AM -0700, Randy Dunlap wrote:
> From: Randy Dunlap <randy.dunlap@oracle.com>
> 
> When CONFIG_NET is disabled, the attempt to build wext-priv.c
> fails with:
> 
> net/wireless/wext-priv.c: In function 'ioctl_private_call':
> net/wireless/wext-priv.c:207: error: implicit declaration of function 'call_commit_handler'
> 
> Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
> ---
> Has this been omitted on purpose??

I doubt it...thanks for the patch!

John
-- 
John W. Linville		Someday the world will need a hero, and you
linville@tuxdriver.com			might be all we have.  Be ready.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-05-10 19:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-10 16:24 [PATCH] wireless: depends on NET Randy Dunlap
2010-05-10 18:58 ` John W. Linville

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).