[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4ACD0E5A.7060106@oracle.com>
Date: Wed, 07 Oct 2009 14:55:38 -0700
From: Randy Dunlap <randy.dunlap@...cle.com>
To: "John W. Linville" <linville@...driver.com>
CC: linux-wireless@...r.kernel.org,
Stephen Rothwell <sfr@...b.auug.org.au>,
linux-next@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] wireless: make WEXT_SPY and WEXT_PRIV select WEXT_CORE
John W. Linville wrote:
> Should prevent this build error reported by Randy...
>
> net/wireless/wext-priv.c:206: error: implicit declaration of function 'call_commit_handler'
> make[3]: *** [net/wireless/wext-priv.o] Error 1
>
> Reported-by: Randy Dunlap <randy.dunlap@...cle.com>
> Signed-off-by: John W. Linville <linville@...driver.com>
Sorry, it did not work for me.
linux-next-20091007/net/wireless/wext-priv.c:206: error: implicit declaration of function 'call_commit_handler'
make[3]: *** [net/wireless/wext-priv.o] Error 1
Drivers like hostap and orinoco (hermes) select WEXT_PRIV regardless
of the setting of WEXT_CORE. oh, and staging/ drivers do that also.
> @@ -12,9 +12,11 @@ config WEXT_PROC
>
> config WEXT_SPY
> bool
> + depends on WEXT_CORE
>
> config WEXT_PRIV
> bool
> + depends on WEXT_CORE
>
> config CFG80211
> tristate "cfg80211 - wireless configuration API"
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists