[PATCH] ipwireless_cs driver for 4G PC Card

Marcel Holtmann marcel at holtmann.org
Sat Dec 1 05:45:33 EST 2007


Hi David,

> I'm submitting driver for IPWireless PC Card, used for 4G
> internet connection.
> The driver has been in -mm series as ipwireless_cs.git tree for
> some time, is actively used and there are currently no
> outstanding bugs.
> 
> I'd like to let the driver pass through LKML and then let it
> queue for 2.6.25.
> 
> Driver is released under GPL, original authorship belongs to
> Symmetric co. Jiri Kosina has fixed some bugs and made it work
> with recent kernels, and I work on improving the code to
> match linux kernel standards.
> 
> When merged, please drop ipwireless_cs.git tree from -mm and
> include the patch instead. Patches should be sent to me and I'll
> push them to mainline via Jeff Garzik's driver tree, if there's
> no objection.
> 
> Driver lives in drivers/char/pcmcia directory, it's a serial
> driver.  I'm not sure if this is the right place, since it's a
> networking driver too and therefore should be in
> drivers/net/pcmcia.
> 
> There will be a wiki with info for users and developers, todo etc.
> 
> Regards,
> David Sterba
> 
> Rewieved-by: Jiri Slaby <jslaby at suse.cz>
> Signed-off-by: Ben Martel <benm at symmetric.co.nz>
> Signed-off-by: Stephen Blackheath <stephen at symmetric.co.nz>
> Signed-off-by: David Sterba <dsterba at suse.cz>
> Signed-off-by: Jiri Kosina <jkosina at suse.cz>
> ---
>  MAINTAINERS                                        |    8 
>  drivers/char/pcmcia/Kconfig                        |    8 
>  drivers/char/pcmcia/Makefile                       |    4 
>  drivers/char/pcmcia/ipwireless_cs_hardware.c       | 1728 +++++++++++++++++++++
>  drivers/char/pcmcia/ipwireless_cs_hardware.h       |   63 
>  drivers/char/pcmcia/ipwireless_cs_main.c           |  479 +++++
>  drivers/char/pcmcia/ipwireless_cs_main.h           |   70 
>  drivers/char/pcmcia/ipwireless_cs_network.c        |  496 ++++++
>  drivers/char/pcmcia/ipwireless_cs_network.h        |   54 
>  drivers/char/pcmcia/ipwireless_cs_setup_protocol.h |  108 +
>  drivers/char/pcmcia/ipwireless_cs_tty.c            |  779 +++++++++
>  drivers/char/pcmcia/ipwireless_cs_tty.h            |   48 
>  12 files changed, 3845 insertions(+)

can we please drop the stupid "_cs" stuff. It is an old habit to have
the shortcut for "Card Services" in the driver name, but that goes back
to the time when the PCMCIA subsystem and its drivers were an external
package. Especially in cases where only a PCMCIA card exists, it makes
no sense anymore.

Regards

Marcel





More information about the linux-pcmcia mailing list