netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH] pcmcia: avoid binding hostap_cs to Orinoco cards
       [not found] <200603012259.k21MxEN3013604@hera.kernel.org>
@ 2006-03-01 23:37 ` Jeff Garzik
  2006-03-27 11:44   ` Sebastian
  0 siblings, 1 reply; 4+ messages in thread
From: Jeff Garzik @ 2006-03-01 23:37 UTC (permalink / raw)
  To: Linux Kernel Mailing List, linux, Netdev List

Linux Kernel Mailing List wrote:
> commit 40e3cad61197fce63853e778db020f7637d988f2
> tree 6e086c930e1aef0bb24eb61af42d1f3c1fb7d38c
> parent f0892b89e3c19c7d805825ca12511d26dcdf6415
> author Pavel Roskin <proski@gnu.org> Tue, 28 Feb 2006 11:18:31 -0500
> committer Dominik Brodowski <linux@dominikbrodowski.net> Wed, 01 Mar 2006 11:12:00 +0100
> 
> [PATCH] pcmcia: avoid binding hostap_cs to Orinoco cards
> 
> Don't just use cards with PCMCIA ID 0x0156, 0x0002.  Make sure that the
> vendor string is "Intersil" or "INTERSIL"
> 
> Signed-off-by: Pavel Roskin <proski@gnu.org>
> Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
> 
>  drivers/net/wireless/hostap/hostap_cs.c |    5 ++++-
>  1 files changed, 4 insertions(+), 1 deletion(-)

Why was this not CC'd to the wireless maintainer and netdev list?

	Jeff

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] pcmcia: avoid binding hostap_cs to Orinoco cards
  2006-03-01 23:37 ` [PATCH] pcmcia: avoid binding hostap_cs to Orinoco cards Jeff Garzik
@ 2006-03-27 11:44   ` Sebastian
  2006-03-27 16:48     ` John W. Linville
  0 siblings, 1 reply; 4+ messages in thread
From: Sebastian @ 2006-03-27 11:44 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: Linux Kernel Mailing List, linux, Netdev List

> commit 40e3cad61197fce63853e778db020f7637d988f2
> tree 6e086c930e1aef0bb24eb61af42d1f3c1fb7d38c
> parent f0892b89e3c19c7d805825ca12511d26dcdf6415
> author Pavel Roskin <proski@gnu.org> Tue, 28 Feb 2006 11:18:31 -0500
> committer Dominik Brodowski <linux@dominikbrodowski.net> Wed, 01 Mar 
> 2006 11:12:00 +0100
> 
> [PATCH] pcmcia: avoid binding hostap_cs to Orinoco cards
> 
> Don't just use cards with PCMCIA ID 0x0156, 0x0002.  Make sure that
> the vendor string is "Intersil" or "INTERSIL"
> 
> Signed-off-by: Pavel Roskin <proski@gnu.org>
> Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
> 
>  drivers/net/wireless/hostap/hostap_cs.c |    5 ++++-
>  1 files changed, 4 insertions(+), 1 deletion(-)


Hello,

this patch seems to break my setup. The hostap_cs driver included in
kernel 2.6.16 does not detect my Prism 2 WLAN card anymore, although it
is *not* Orinoco. With 2.6.15.5 it still worked.

FYI:
pccardctl info
PRODID_1=""
PRODID_2="Link DWL-650 11Mbps WLAN Card"
PRODID_3="Version 01.02"
PRODID_4=""
MANFID=0156,0002
FUNCID=6

Sebastian

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] pcmcia: avoid binding hostap_cs to Orinoco cards
  2006-03-27 11:44   ` Sebastian
@ 2006-03-27 16:48     ` John W. Linville
  2006-03-27 17:12       ` Pavel Roskin
  0 siblings, 1 reply; 4+ messages in thread
From: John W. Linville @ 2006-03-27 16:48 UTC (permalink / raw)
  To: Sebastian
  Cc: Jeff Garzik, Linux Kernel Mailing List, linux, Netdev List,
	proski

On Mon, Mar 27, 2006 at 01:44:44PM +0200, Sebastian wrote:
> > commit 40e3cad61197fce63853e778db020f7637d988f2
> > tree 6e086c930e1aef0bb24eb61af42d1f3c1fb7d38c
> > parent f0892b89e3c19c7d805825ca12511d26dcdf6415
> > author Pavel Roskin <proski@gnu.org> Tue, 28 Feb 2006 11:18:31 -0500
> > committer Dominik Brodowski <linux@dominikbrodowski.net> Wed, 01 Mar 
> > 2006 11:12:00 +0100
> > 
> > [PATCH] pcmcia: avoid binding hostap_cs to Orinoco cards
> > 
> > Don't just use cards with PCMCIA ID 0x0156, 0x0002.  Make sure that
> > the vendor string is "Intersil" or "INTERSIL"
> > 
> > Signed-off-by: Pavel Roskin <proski@gnu.org>
> > Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
> > 
> >  drivers/net/wireless/hostap/hostap_cs.c |    5 ++++-
> >  1 files changed, 4 insertions(+), 1 deletion(-)

> this patch seems to break my setup. The hostap_cs driver included in
> kernel 2.6.16 does not detect my Prism 2 WLAN card anymore, although it
> is *not* Orinoco. With 2.6.15.5 it still worked.

This patch didn't come through me, so I don't know much about it.
Hopefully Pavel or Dominik can comment?

John
-- 
John W. Linville
linville@tuxdriver.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] pcmcia: avoid binding hostap_cs to Orinoco cards
  2006-03-27 16:48     ` John W. Linville
@ 2006-03-27 17:12       ` Pavel Roskin
  0 siblings, 0 replies; 4+ messages in thread
From: Pavel Roskin @ 2006-03-27 17:12 UTC (permalink / raw)
  To: John W. Linville
  Cc: Sebastian, Jeff Garzik, Linux Kernel Mailing List, linux,
	Netdev List

On Mon, 2006-03-27 at 11:48 -0500, John W. Linville wrote:
> > this patch seems to break my setup. The hostap_cs driver included in
> > kernel 2.6.16 does not detect my Prism 2 WLAN card anymore, although it
> > is *not* Orinoco. With 2.6.15.5 it still worked.

It mean hostap_cs was identifying the card solely by its numeric ID
(0x0156, 0x0002) instead of the vendor strings.  Since that particular
numeric ID was used both by cards that are supported by hostap_cs and
those that are not, it cannot be used in hostap_cs.

Sebastian, please send me the output of "pccardctl ident" and I'll
submit the patch for hostap_cs.

> This patch didn't come through me, so I don't know much about it.
> Hopefully Pavel or Dominik can comment?

-- 
Regards,
Pavel Roskin

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-03-27 17:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <200603012259.k21MxEN3013604@hera.kernel.org>
2006-03-01 23:37 ` [PATCH] pcmcia: avoid binding hostap_cs to Orinoco cards Jeff Garzik
2006-03-27 11:44   ` Sebastian
2006-03-27 16:48     ` John W. Linville
2006-03-27 17:12       ` Pavel Roskin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).