From: Alistair John Strachan <s0348365@sms.ed.ac.uk>
To: Daniel <damage@rooties.de>
Cc: linux-kernel@vger.kernel.org
Subject: Re: debug prism wlan
Date: Sat, 12 Aug 2006 21:43:04 +0100 [thread overview]
Message-ID: <200608122143.04859.s0348365@sms.ed.ac.uk> (raw)
In-Reply-To: <200608122226.26516.damage@rooties.de>
On Saturday 12 August 2006 23:26, Daniel wrote:
> Oh, sorry I have forgotten to tell:
>
> drunken init # lspci |grep Prism
> 00:08.0 Network controller: Intersil Corporation ISL3890 [Prism GT/Prism
> Duette]/ISL3886 [Prism Javelin/Prism Xbow] (rev 01)
>
> So I'm using the prism54 driver (CONFIG_PRISM54). My version of
> wireless-tools is 29_pre10 and the version of the used firmware is 1.0.4.3.
I noticed you have the mode set to Master, is this intentional?
I've found my Prism54 (which is an older model, but the same firmware)
requires me to ifconfig up before I can set iwconfig parameters correctly.
The only changes I can see to the prism driver in 2.6.16 are:
--- a/drivers/net/wireless/prism54/isl_ioctl.c
+++ b/drivers/net/wireless/prism54/isl_ioctl.c
@@ -748,7 +748,7 @@ prism54_get_essid(struct net_device *nde
if (essid->length) {
dwrq->flags = 1; /* set ESSID to ON for Wireless Extensions */
/* if it is to big, trunk it */
- dwrq->length = min(IW_ESSID_MAX_SIZE, essid->length + 1);
+ dwrq->length = min((u8)IW_ESSID_MAX_SIZE, essid->length);
} else {
dwrq->flags = 0;
dwrq->length = 0;
--- a/drivers/net/wireless/prism54/islpci_eth.c
+++ b/drivers/net/wireless/prism54/islpci_eth.c
@@ -177,7 +177,7 @@ islpci_eth_transmit(struct sk_buff *skb,
#endif
newskb->dev = skb->dev;
- dev_kfree_skb(skb);
+ dev_kfree_skb_irq(skb);
skb = newskb;
}
}
Both very minor changes. What was the last kernel that worked? Have you tried
with acpi=off? Is this a PCI or PCMCIA card?
--
Cheers,
Alistair.
Final year Computer Science undergraduate.
1F2 55 South Clerk Street, Edinburgh, UK.
next prev parent reply other threads:[~2006-08-12 20:43 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-08-12 21:40 Daniel
2006-08-12 20:15 ` Alistair John Strachan
2006-08-12 22:26 ` Daniel
2006-08-12 20:43 ` Alistair John Strachan [this message]
2006-08-12 22:56 ` Daniel
2006-08-12 21:07 ` Alistair John Strachan
2006-08-12 22:49 ` Daniel
2006-08-12 21:06 ` Alistair John Strachan
2006-08-13 5:20 Roger While
2006-08-13 11:31 ` Daniel
2006-08-13 10:37 Roger While
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=200608122143.04859.s0348365@sms.ed.ac.uk \
--to=s0348365@sms.ed.ac.uk \
--cc=damage@rooties.de \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®