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,
Luciano Coelho <luciano.coelho@nokia.com>
Subject: Re: linux-next: Tree for November 2 (wireless/wl1271)
Date: Mon, 2 Nov 2009 13:48:44 -0500 [thread overview]
Message-ID: <20091102184843.GK14046@tuxdriver.com> (raw)
In-Reply-To: <20091102184449.GJ14046@tuxdriver.com>
Helps if I actually Cc: Luca...
On Mon, Nov 02, 2009 at 01:44:49PM -0500, John W. Linville wrote:
> On Mon, Nov 02, 2009 at 10:01:35AM -0800, Randy Dunlap wrote:
> > Stephen Rothwell wrote:
> > > Hi all,
> > >
> > > Changes since 20091030:
> >
> >
> > wl1271 build fails when CONFIG_INET=n.
> > Should this driver depend on INET?
> >
> > Why does this driver, unlike all other wireless drivers,
> > want to use register_inetaddr_notifier()?
> >
> > wl1271_main.c:(.text+0x271052): undefined reference to `unregister_inetaddr_notifier'
> > wl1271_main.c:(.text+0x2714d7): undefined reference to `register_inetaddr_notifier'
>
> Yeah, that driver is doing some filtering based on IPv4.
>
> Luca, is that necessary? If so, then we need a patch like the one below...?
>
> John
>
> From ba823accfad68151d80503ff5fb04c049c9eadc2 Mon Sep 17 00:00:00 2001
> From: John W. Linville <linville@tuxdriver.com>
> Date: Mon, 2 Nov 2009 13:43:32 -0500
> Subject: [PATCH] wl1271: depend on INET
>
> wl1271_main.c:(.text+0x271052): undefined reference to `unregister_inetaddr_notifier'
> wl1271_main.c:(.text+0x2714d7): undefined reference to `register_inetaddr_notifier'
>
> Driver is doing some filtering based on IP addresses...
>
> Signed-off-by: John W. Linville <linville@tuxdriver.com>
> ---
> drivers/net/wireless/wl12xx/Kconfig | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/net/wireless/wl12xx/Kconfig b/drivers/net/wireless/wl12xx/Kconfig
> index 33de7fa..785e024 100644
> --- a/drivers/net/wireless/wl12xx/Kconfig
> +++ b/drivers/net/wireless/wl12xx/Kconfig
> @@ -42,6 +42,7 @@ config WL1251_SDIO
> config WL1271
> tristate "TI wl1271 support"
> depends on WL12XX && SPI_MASTER && GENERIC_HARDIRQS
> + depends on INET
> select FW_LOADER
> select CRC7
> ---help---
> --
> 1.6.2.5
>
> --
> John W. Linville Someday the world will need a hero, and you
> linville@tuxdriver.com might be all we have. Be ready.
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
--
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-11-02 19:00 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-02 6:38 linux-next: Tree for November 2 Stephen Rothwell
2009-11-02 9:12 ` [powerpc] Next tree Nov 2 : kernel BUG at mm/mmap.c:2135! Sachin Sant
2009-11-02 9:12 ` Sachin Sant
2009-11-04 12:38 ` Sachin Sant
2009-11-04 12:38 ` Sachin Sant
2009-11-05 0:16 ` David Gibson
2009-11-05 0:16 ` David Gibson
2009-11-05 4:42 ` Sachin Sant
2009-11-12 11:16 ` Sachin Sant
2009-11-12 11:16 ` Sachin Sant
2009-11-13 1:37 ` David Gibson
2009-11-13 1:37 ` David Gibson
2009-11-13 2:10 ` David Gibson
2009-11-13 2:10 ` David Gibson
2009-11-13 9:35 ` Sachin Sant
2009-11-13 9:35 ` Sachin Sant
2009-11-17 5:25 ` David Gibson
2009-11-17 7:37 ` Sachin Sant
2009-11-18 2:36 ` David Gibson
[not found] ` <20091102173845.210d1c57.sfr-3FnU+UHB4dNDw9hX6IcOSA@public.gmane.org>
2009-11-02 17:13 ` linux-next: Tree for November 2 (usb/whci) Randy Dunlap
2009-11-02 17:13 ` Randy Dunlap
2009-11-11 17:04 ` Randy Dunlap
[not found] ` <20091111090403.5fb0229e.randy.dunlap-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
2009-11-11 17:30 ` Greg KH
2009-11-11 17:30 ` Greg KH
2009-11-17 11:40 ` David Vrabel
2009-11-17 15:51 ` Randy Dunlap
[not found] ` <20091117075101.0bf72415.randy.dunlap-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
2009-11-17 18:49 ` David Vrabel
2009-11-17 18:49 ` David Vrabel
2009-11-02 18:01 ` linux-next: Tree for November 2 (wireless/wl1271) Randy Dunlap
2009-11-02 18:44 ` John W. Linville
2009-11-02 18:48 ` John W. Linville [this message]
2009-11-02 21:10 ` Luciano Coelho
2009-11-03 6:03 ` Luciano Coelho
2009-11-07 10:37 ` Kalle Valo
2009-11-07 10:37 ` Kalle Valo
2009-11-09 11:20 ` Luciano Coelho
2009-11-04 21:56 ` [PATCH] staging: RTL8192SU depends on USB Randy Dunlap
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=20091102184843.GK14046@tuxdriver.com \
--to=linville@tuxdriver.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-next@vger.kernel.org \
--cc=linux-wireless@vger.kernel.org \
--cc=luciano.coelho@nokia.com \
--cc=randy.dunlap@oracle.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.