Re: Problem with exclusive interrupt in hostap_cs

2009-07-28 Thread Wolfram Sang
> As Dominik was missing and there was no action on the linux-pcmcia > list, I took advantage of the fact that this is a wireless device and > submitted the patch to John Linville. It is commit > e4a01604b8e5656f3a059f52b3e8f2560740c057 in the wireless-testing tree > and was sent to DaveM on July

Re: Problem with exclusive interrupt in hostap_cs

2009-07-27 Thread Larry Finger
Wolfram Sang wrote: > Hi Larry, > > Larry Finger wrote: > >> I took a second look at the code and found that other drivers are >> using the >> routine prism2_interrupt() with shared interrupts, thus the patch >> below should >> be all that is needed. >> >> I trust that you will be able to build t

Re: Problem with exclusive interrupt in hostap_cs

2009-07-27 Thread Wolfram Sang
Hi Larry, Larry Finger wrote: I took a second look at the code and found that other drivers are using the routine prism2_interrupt() with shared interrupts, thus the patch below should be all that is needed. I trust that you will be able to build the patched driver. Larry Index: wireless-te

Re: Problem with exclusive interrupt in hostap_cs

2009-04-21 Thread Larry Finger
Jack Schneider wrote: > > Hi, All > Tried the orinoco_cs driver last nite and got an error, something like; > device not supported.. > > Thanks for trying.. I took a second look at the code and found that other drivers are using the routine prism2_interrupt() with shared interrupts, thus the pat

Re: Problem with exclusive interrupt in hostap_cs

2009-04-21 Thread Jack Schneider
On Tue, 21 Apr 2009 00:57:40 +0200 Peter Stuge wrote: > Larry Finger wrote: > > I would have no problem changing the driver interrupt registration > > in the link->irq structure, but I was not quite sure how change > > prism2_interrupt() to detect the shared case when the interrupt > > status reg

Re: Problem with exclusive interrupt in hostap_cs

2009-04-20 Thread Peter Stuge
Larry Finger wrote: > I would have no problem changing the driver interrupt registration > in the link->irq structure, but I was not quite sure how change > prism2_interrupt() to detect the shared case when the interrupt > status register is 0x. Another option would be for Jack to try the orin

Problem with exclusive interrupt in hostap_cs

2009-04-20 Thread Larry Finger
Jouni, This was posted on the PCMCIA mailing list by Jack Schneider: > Hi, folks Using Debian Lenny OS with 2.6.28.2-486 kernel. > I have a very old DEC VP575 laptop which I want to use as back-up > server. I need two net connections. When I use a single pccard, > wired, all is well. If I ins