linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ritz Daniel <daniel.ritz@alcatel.ch>
To: "'ttsig@tuxyturvy.com'" <ttsig@tuxyturvy.com>,
	"'linux-kernel@vger.kernel.org'" <linux-kernel@vger.kernel.org>,
	"'MatthewK@hsius.com'" <MatthewK@hsius.com>
Subject: Re: airo_cs load error
Date: Mon, 14 Jul 2003 15:21:36 +0200	[thread overview]
Message-ID: <33A932AD8C46D411A30F00508BACE9A3028758D8@exzh003.alcatel.ch> (raw)

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

             reply	other threads:[~2003-07-14 13:08 UTC|newest]

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

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=33A932AD8C46D411A30F00508BACE9A3028758D8@exzh003.alcatel.ch \
    --to=daniel.ritz@alcatel.ch \
    --cc=MatthewK@hsius.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=ttsig@tuxyturvy.com \
    /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 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).