lkml.org 
[lkml]   [2003]   [Jul]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: airo_cs load error
From
Date
On Mon, 2003-07-14 at 09:21, Ritz Daniel wrote:
> >@@ -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.

Yep, I somehow sent out an incorrect diff that had some things reversed
that shouldn't have been. I've been working on cleaner version that has
a few more fixes but have just been too swamped with other things to get
it done. Sounds like you're working on the same thing so I'll put mine
on hold for a while.

Later,
Tom


-
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/

\
 
 \ /
  Last update: 2005-03-22 13:46    [W:0.395 / U:0.124 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site