From: "Gabriel C." <crazy@pimpmylinux.org>
To: linux-kernel@vger.kernel.org, linville@tuxdriver.com
Cc: netdev@vger.kernel.org, Adrian Bunk <bunk@stusta.de>, da.crew@gmx.net
Subject: Re: [2.6 patch] PCMCIA=m, HOSTAP_CS=y is not a legal configuration
Date: Mon, 30 Jan 2006 21:30:52 +0100 [thread overview]
Message-ID: <20060130213052.5b1ea5cd@zwerg> (raw)
In-Reply-To: <20060130182317.GD3655@stusta.de>
On Mon, 30 Jan 2006 19:23:17 +0100
Adrian Bunk <bunk@stusta.de> wrote:
> On Mon, Jan 30, 2006 at 01:38:33PM +0100, Gabriel C. wrote:
>
> > Hello,
>
> Hallo Gabriel,
>
> > I got this compile error with 2.6.16-rc1-mm4 , config attached.
> >
> >
> > LD .tmp_vmlinux1
> >...
> > `sandisk_set_iobase':hostap_cs.c:(.text+0x801ad): undefined
> > reference to
> > `pcmcia_access_configuration_register' :hostap_cs.c:(.text+0x801f3):
> > undefined reference to `pcmcia_access_configuration_register'
> > drivers/built-in.o: In function
> > `prism2_pccard_cor_sreset':hostap_cs.c:(.text+0x80254): undefined
> > reference to
> > `pcmcia_access_configuration_register' :hostap_cs.c:(.text+0x80289):
> > undefined reference to
> > `pcmcia_access_configuration_register' :hostap_cs.c:(.text+0x80325):
> > undefined reference to `pcmcia_access_configuration_register' [more
> > errors]
> >...
>
> thanks for your report, a patch is below.
> > Gabriel
>
> cu
> Adrian
>
>
> <-- snip -->
>
>
> CONFIG_PCMCIA=m, CONFIG_HOSTAP_CS=y doesn't compile.
>
> Reported by "Gabriel C." <crazy@pimpmylinux.org>.
>
>
> Signed-off-by: Adrian Bunk <bunk@stusta.de>
>
> ---
> linux-2.6.16-rc1-mm4/drivers/net/wireless/hostap/Kconfig.old
> 2006-01-30 19:00:44.000000000 +0100 +++
> linux-2.6.16-rc1-mm4/drivers/net/wireless/hostap/Kconfig
> 2006-01-30 19:01:04.000000000 +0100 @@ -75,7 +75,7 @@ config HOSTAP_CS
> tristate "Host AP driver for Prism2/2.5/3 PC Cards"
> - depends on PCMCIA!=n && HOSTAP
> + depends on PCMCIA && HOSTAP
> ---help---
> Host AP driver's version for Prism2/2.5/3 PC Cards.
>
>
Hi Adrian,
Your patch works fine, thanks :)
Gabriel
next prev parent reply other threads:[~2006-01-30 20:30 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-01-30 12:38 2.6.16-rc1-mm4 Gabriel C.
2006-01-30 18:10 ` 2.6.16-rc1-mm4: ACX=y, ACX_USB=n compile error Adrian Bunk
2006-01-31 6:10 ` Denis Vlasenko
2006-01-31 9:03 ` Gabriel C.
2006-01-31 12:16 ` Denis Vlasenko
2006-01-31 14:54 ` John W. Linville
2006-01-31 14:58 ` Denis Vlasenko
2006-01-31 18:34 ` Gabriel C.
2006-01-31 18:59 ` Carlos Martín
2006-01-31 22:16 ` Adrian Bunk
2006-02-01 6:57 ` Denis Vlasenko
2006-02-05 5:02 ` [-mm patch] let only ACX_PCI/ACX_USB be user-visible and select ACX accordingly Adrian Bunk
2006-01-30 18:23 ` [2.6 patch] PCMCIA=m, HOSTAP_CS=y is not a legal configuration Adrian Bunk
2006-01-30 20:30 ` Gabriel C. [this message]
2006-01-31 16:19 ` John W. Linville
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=20060130213052.5b1ea5cd@zwerg \
--to=crazy@pimpmylinux.org \
--cc=bunk@stusta.de \
--cc=da.crew@gmx.net \
--cc=linux-kernel@vger.kernel.org \
--cc=linville@tuxdriver.com \
--cc=netdev@vger.kernel.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.