Re: [PATCH][v4] ipwireless: driver for 3G PC Card

2008-02-06 Thread David Sterba
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

RE: [PATCH][v4] ipwireless: driver for 3G PC Card

2008-02-06 Thread Ben Martel
~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

Re: [PATCH][v4] ipwireless: driver for 3G PC Card

2008-02-05 Thread Jiri Kosina
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

Re: [PATCH][v4] ipwireless: driver for 3G PC Card

2008-02-05 Thread Linus Torvalds
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

Re: [PATCH][v4] ipwireless: driver for 3G PC Card

2008-02-05 Thread Marcel Holtmann
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

Re: [PATCH][v4] ipwireless: driver for 3G PC Card

2008-02-05 Thread Jiri Kosina
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

Re: [PATCH][v4] ipwireless: driver for 3G PC Card

2008-02-01 Thread Marcel Holtmann
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