From: "John W. Linville" <linville-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org>
To: Randy Dunlap <randy.dunlap-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
Cc: Stephen Rothwell <sfr-3FnU+UHB4dNDw9hX6IcOSA@public.gmane.org>,
linux-next-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
LKML <linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
"linux-wireless-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
<linux-wireless-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
jussi.kivilinna-E01nCVcF24I@public.gmane.org
Subject: Re: linux-next: Tree for April 22 (rndis_wlan)
Date: Wed, 22 Apr 2009 13:28:05 -0400 [thread overview]
Message-ID: <20090422172804.GE3288@tuxdriver.com> (raw)
In-Reply-To: <49EF4B73.2050702-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
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...
---
>From bce85c97aeeb9c34098951e9ef3de425c6830b63 Mon Sep 17 00:00:00 2001
From: John W. Linville <linville-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org>
Date: Wed, 22 Apr 2009 13:27:08 -0400
Subject: [PATCH] rndis_wlan: select CFG80211 in Kconfig
Signed-off-by: John W. Linville <linville-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org>
---
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:
--
1.6.0.6
--
John W. Linville Someday the world will need a hero, and you
linville-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org might be all we have. Be ready.
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
WARNING: multiple messages have this Message-ID (diff)
From: "John W. Linville" <linville@tuxdriver.com>
To: Randy Dunlap <randy.dunlap@oracle.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 13:28:05 -0400 [thread overview]
Message-ID: <20090422172804.GE3288@tuxdriver.com> (raw)
In-Reply-To: <49EF4B73.2050702@oracle.com>
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...
---
>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:
--
1.6.0.6
--
John W. Linville Someday the world will need a hero, and you
linville@tuxdriver.com might be all we have. Be ready.
next prev parent reply other threads:[~2009-04-22 17:28 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 [this message]
2009-04-22 17:28 ` John W. Linville
2009-04-22 19:06 ` Randy Dunlap
[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=20090422172804.GE3288@tuxdriver.com \
--to=linville-2xusbdqka4r54taoqtywwq@public.gmane.org \
--cc=jussi.kivilinna-E01nCVcF24I@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-next-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-wireless-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=randy.dunlap-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org \
--cc=sfr-3FnU+UHB4dNDw9hX6IcOSA@public.gmane.org \
/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.