From: Roel Kluin <roel.kluin@gmail.com>
To: Gene Heskett <gene.heskett@verizon.net>
Cc: linux-kernel <linux-kernel@vger.kernel.org>
Subject: Re: Strange wireless card?
Date: Sat, 08 Aug 2009 17:41:36 +0200 [thread overview]
Message-ID: <4A7D9CB0.8050003@gmail.com> (raw)
In-Reply-To: <200908042306.36043.gene.heskett@verizon.net>
Op 05-08-09 05:06, Gene Heskett schreef:
> Greetings;
>
> Can anyone tell me if this pci wireless card is supported, or what its
> status is?
>
>>From lspci -v:
> 01:06.0 Ethernet controller: Marvell Technology Group Ltd. 88w8335 [Libertas] 802.11b/g Wireless (rev 03)
> Subsystem: Netgear WG311v3 802.11g Wireless PCI Adapter
>
> I have built a 2.6.31-rc5 kernel with the Marvel stuffs all enabled, but
> even a modprobe mwl8k, while apparently loading the driver, doesn't create
> any wireless devices in /dev.
>
> Thanks for any pointers.
>
It could be due to a regression I caused, see this thread,
http://lkml.org/lkml/2009/8/8/77
Could you test it with this?
diff --git a/drivers/net/wireless/libertas/assoc.c b/drivers/net/wireless/libertas/assoc.c
index d699737..49fceb9 100644
--- a/drivers/net/wireless/libertas/assoc.c
+++ b/drivers/net/wireless/libertas/assoc.c
@@ -45,7 +45,7 @@ static int get_common_rates(struct lbs_private *priv,
{
u8 *card_rates = lbs_bg_rates;
int ret = 0, i, j;
- u8 tmp[(ARRAY_SIZE(lbs_bg_rates) - 1) * (*rates_size - 1)];
+ u8 tmp[*rates_size * ARRAY_SIZE(lbs_bg_rates) - 1];
size_t tmp_size = 0;
/* For each rate in card_rates that exists in rate1, copy to tmp */
next prev parent reply other threads:[~2009-08-08 15:37 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-05 3:06 Strange wireless card? Gene Heskett
2009-08-05 23:35 ` Robert Hancock
2009-08-07 18:07 ` Pavel Machek
2009-08-08 15:41 ` Roel Kluin [this message]
2009-08-08 17:24 ` Gene Heskett
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=4A7D9CB0.8050003@gmail.com \
--to=roel.kluin@gmail.com \
--cc=gene.heskett@verizon.net \
--cc=linux-kernel@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.