All of lore.kernel.org
 help / color / mirror / Atom feed
From: Randy Dunlap <randy.dunlap@oracle.com>
To: "John W. Linville" <linville@tuxdriver.com>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>,
	linux-next@vger.kernel.org, LKML <linux-kernel@vger.kernel.org>,
	"linux-wireless@vger.kernel.org" <linux-wireless@vger.kernel.org>,
	jussi.kivilinna@mbnet.fi
Subject: Re: linux-next: Tree for April 22 (rndis_wlan)
Date: Wed, 22 Apr 2009 12:06:33 -0700	[thread overview]
Message-ID: <49EF6AB9.3000900@oracle.com> (raw)
In-Reply-To: <20090422172804.GE3288@tuxdriver.com>

John W. Linville wrote:
> On Wed, Apr 22, 2009 at 09:53:07AM -0700, Randy Dunlap wrote:
>> Stephen Rothwell wrote:
>>> Hi all,
>>>
>>> Changes since 20090421:
>>>
>>> For those who care about the order of trees, I have moved the merging of
>>> all the fs trees together and nearer the start of the process.
>>>
>>> This tree will not build a powerpc allyesconfig.
>>>
>>> The net tree lost its conflict.
>>>
>>> The wireless tree gained a conflict against eahc of the v4l-dvb and
>>> wireless-current trees and a build failure due to an interaction with the
>>> acpi tree for which I reverted a commit.
>> ERROR: "wiphy_free" [drivers/net/wireless/rndis_wlan.ko] undefined!
>> ERROR: "cfg80211_wext_siwscan" [drivers/net/wireless/rndis_wlan.ko] undefined!
>> ERROR: "cfg80211_wext_siwmode" [drivers/net/wireless/rndis_wlan.ko] undefined!
>> ERROR: "__ieee80211_get_channel" [drivers/net/wireless/rndis_wlan.ko] undefined!
>> ERROR: "wiphy_unregister" [drivers/net/wireless/rndis_wlan.ko] undefined!
>> ERROR: "cfg80211_inform_bss" [drivers/net/wireless/rndis_wlan.ko] undefined!
>> ERROR: "wiphy_new" [drivers/net/wireless/rndis_wlan.ko] undefined!
>> ERROR: "wiphy_register" [drivers/net/wireless/rndis_wlan.ko] undefined!
>> ERROR: "cfg80211_wext_giwrange" [drivers/net/wireless/rndis_wlan.ko] undefined!
>> ERROR: "cfg80211_wext_giwmode" [drivers/net/wireless/rndis_wlan.ko] undefined!
>> ERROR: "cfg80211_wext_giwname" [drivers/net/wireless/rndis_wlan.ko] undefined!
>> ERROR: "cfg80211_wext_giwscan" [drivers/net/wireless/rndis_wlan.ko] undefined!
>> ERROR: "cfg80211_scan_done" [drivers/net/wireless/rndis_wlan.ko] undefined!
> 
>> # CONFIG_CFG80211 is not set
> 
> No doubt this is the problem...

Yes, that builds.  Thanks.

Acked-by: Randy Dunlap <randy.dunlap@oracle.com>

> ---
> 
> From bce85c97aeeb9c34098951e9ef3de425c6830b63 Mon Sep 17 00:00:00 2001
> From: John W. Linville <linville@tuxdriver.com>
> Date: Wed, 22 Apr 2009 13:27:08 -0400
> Subject: [PATCH] rndis_wlan: select CFG80211 in Kconfig
> 
> Signed-off-by: John W. Linville <linville@tuxdriver.com>
> ---
>  drivers/net/wireless/Kconfig |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/net/wireless/Kconfig b/drivers/net/wireless/Kconfig
> index 11c2481..2d8434f 100644
> --- a/drivers/net/wireless/Kconfig
> +++ b/drivers/net/wireless/Kconfig
> @@ -337,6 +337,7 @@ config USB_NET_RNDIS_WLAN
>  	select USB_NET_CDCETHER
>  	select USB_NET_RNDIS_HOST
>  	select WIRELESS_EXT
> +	select CFG80211
>  	---help---
>  	  This is a driver for wireless RNDIS devices.
>  	  These are USB based adapters found in devices such as:


-- 
~Randy

  reply	other threads:[~2009-04-22 19:06 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-22  5:42 linux-next: Tree for April 22 Stephen Rothwell
2009-04-22  8:41 ` linux-next: Tree for April 22 [BUG] ep93xx_keypad_open: undefined reference to `clk_set_rate' Matthias Kaehlcke
2009-04-22 16:55   ` linux-next: Tree for April 22 [BUG] ep93xx_keypad_open:undefined " H Hartley Sweeten
2009-04-22 16:55     ` H Hartley Sweeten
2009-04-22 10:38 ` April 22 Next : net/rfkill randconfig failure Sachin Sant
2009-04-23  9:54   ` Alexander Beregalov
2009-04-23 10:33     ` Ken Lewis
2009-04-22 12:49 ` linux-next: Tree for April 22: kmemleak: unreferenced object Matthias Kaehlcke
2009-04-23 11:01   ` Catalin Marinas
2009-04-22 16:53 ` linux-next: Tree for April 22 (rndis_wlan) Randy Dunlap
     [not found]   ` <49EF4B73.2050702-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
2009-04-22 17:28     ` John W. Linville
2009-04-22 17:28       ` John W. Linville
2009-04-22 19:06       ` Randy Dunlap [this message]
     [not found]       ` <20090422172804.GE3288-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org>
2009-04-22 21:08         ` Jussi Kivilinna
2009-04-22 21:08           ` Jussi Kivilinna

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=49EF6AB9.3000900@oracle.com \
    --to=randy.dunlap@oracle.com \
    --cc=jussi.kivilinna@mbnet.fi \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-next@vger.kernel.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linville@tuxdriver.com \
    --cc=sfr@canb.auug.org.au \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.