Hi,
> > +irqreturn_t ipwireless_interrupt(int irq, void *dev_id, struct pt_regs
> > *regs) +{
> > + struct ipw_hardware *hw = dev_id;
> > +
> > + if (hw->hw_version == HW_VERSION_1)
> > + return ipwireless_handle_v1_interrupt(irq, hw);
> > + else
> > + return ipwireless_h
~benm
-Original Message-
From: Jiri Kosina [mailto:[EMAIL PROTECTED]
Sent: Wednesday, 6 February 2008 1:15 p.m.
To: Linus Torvalds
Cc: Marcel Holtmann; David Sterba; linux-kernel@vger.kernel.org; Ben
Martel; [EMAIL PROTECTED]
Subject: Re: [PATCH][v4] ipwireless: driver for 3G PC Card
On T
On Tue, 5 Feb 2008, Linus Torvalds wrote:
> And especially with wireless, I think the impact for any future changes
> are about the wireless infrastructure, not PCMCIA. There's little reason
> to believe that we'll ever make any big PCMCIA overhauls exctly because
> PCMCIA is so dead. So I'd ha
On Wed, 6 Feb 2008, Marcel Holtmann wrote:
>
> I had some minor additional questions, but in general, I second that
> this driver should be merged for 2.6.25.
>
> The question of the PCMCIA maintainership came up on a different mailing
> list.
Well, in the case of this particular driver, I thi
Hi Jiri,
> > From: David Sterba <[EMAIL PROTECTED]>
> > ipwireless: driver for PC Card, 3G internet connection
>
> Linus, as there is no PCMCIA maintainer and akpm apparently wants you to
> merge this directly [1] -- what is your position on this one please? As
> far as I can see all the major
On Fri, 1 Feb 2008, David Sterba wrote:
> From: David Sterba <[EMAIL PROTECTED]>
> ipwireless: driver for PC Card, 3G internet connection
Linus, as there is no PCMCIA maintainer and akpm apparently wants you to
merge this directly [1] -- what is your position on this one please? As
far as I can
Hi David,
> +irqreturn_t ipwireless_interrupt(int irq, void *dev_id, struct pt_regs *regs)
> +{
> + struct ipw_hardware *hw = dev_id;
> +
> + if (hw->hw_version == HW_VERSION_1)
> + return ipwireless_handle_v1_interrupt(irq, hw);
> + else
> + return ipwireless_h
7 matches
Mail list logo