linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: airo_cs load error
@ 2003-07-14 13:21 Ritz Daniel
  2003-07-14 21:13 ` Tom Sightler
  0 siblings, 1 reply; 7+ messages in thread
From: Ritz Daniel @ 2003-07-14 13:21 UTC (permalink / raw)
  To: 'ttsig@tuxyturvy.com',
	'linux-kernel@vger.kernel.org',
	'MatthewK@hsius.com'

>@@ -4838,7 +4850,7 @@
> 	readCapabilityRid(local, &cap_rid);
> 
> 	dwrq->length = sizeof(struct iw_range);
>-	memset(range, 0, sizeof(*range));
>+	memset(range, 0, sizeof(range));
> 	range->min_nwid = 0x0000;
> 	range->max_nwid = 0x0000;
> 	range->num_channels = 14;

this is wrong, sizeof(*range) is correct.

btw. the driver is broken anyway, transmit can kill keventd.
(see reports on sf.net, redhat-bugzilla, list-archive)
i'm fixing it, currently testing a 2.4 patch, 2.6-test
patch follows as soon as 2.4 is ok again.

thx
-daniel

^ permalink raw reply	[flat|nested] 7+ messages in thread
* airo_cs load error
@ 2003-06-17 20:52 Matthew Koch
  2003-06-17 22:09 ` Russell King
  0 siblings, 1 reply; 7+ messages in thread
From: Matthew Koch @ 2003-06-17 20:52 UTC (permalink / raw)
  To: linux-kernel

I'm running a cisco aironet 350 series on 2.5.72.  When attempting to
load the module, I get the following messages:

airo:  Probing for PCI adapters
airo:  Finished probing for PCI adapters
airo: register interrupt 0 failed, rc -16
airo_cs: RequestConfiguration: Operation succeeded

All pcmcia drivers are loaded, I've tried both compiled in and as
modules.  The same card works with no problems on 2.4.[18-21].  Google
only shows one match with no resolution to the problem.  Any ideas?

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

end of thread, other threads:[~2003-07-14 21:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1055941189.861.1.camel@localhost>
2003-06-19 12:30 ` airo_cs load error Matthew Koch
2003-06-19 19:45   ` Tom Sightler
2003-07-14 10:08     ` Sven Dowideit
2003-07-14 13:21 Ritz Daniel
2003-07-14 21:13 ` Tom Sightler
  -- strict thread matches above, loose matches on Subject: below --
2003-06-17 20:52 Matthew Koch
2003-06-17 22:09 ` Russell King

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).