netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] caif: CAIF for CDC NCM USB
@ 2011-12-02 14:06 Sjur Brændeland
  2011-12-02 14:06 ` [PATCH 1/3] if_ether.h: Add IEEE 802.1 Local Experimental Ethertype 1 Sjur Brændeland
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Sjur Brændeland @ 2011-12-02 14:06 UTC (permalink / raw)
  To: netdev; +Cc: David Miller, Alexey Orishko, Sjur Brændeland

The following patches enables sending and receive CAIF packets
over a cdc_ncm usb interface.

The patches has been tested on real HW and we have been running with this
for more than 6 months now.

NCM 1.0 does not support anything but Ethernet framing, hence
CAIF payload will be put into Ethernet frames. This it's a little
quirky. The long term solution for NCM should be based on
MBIM 1.0 specification.

Thanks,
Sjur Brændeland


Sjur Brændeland (3):
  if_ether.h: Add IEEE 802.1 Local Experimental Ethertype 1.
  caif: Add support for flow-control on device's tx-queue
  caif: Add support for CAIF over CDC NCM USB interface

 include/linux/if_ether.h  |    1 +
 include/net/caif/cfusbl.h |   13 +++
 net/caif/Kconfig          |   11 +++
 net/caif/Makefile         |    4 +-
 net/caif/caif_dev.c       |   55 +++++++++++++
 net/caif/cfusbl.c         |  199 +++++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 282 insertions(+), 1 deletions(-)
 create mode 100644 include/net/caif/cfusbl.h
 create mode 100644 net/caif/cfusbl.c

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-12-03 17:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-02 14:06 [PATCH 0/3] caif: CAIF for CDC NCM USB Sjur Brændeland
2011-12-02 14:06 ` [PATCH 1/3] if_ether.h: Add IEEE 802.1 Local Experimental Ethertype 1 Sjur Brændeland
2011-12-02 14:06 ` [PATCH 2/3] caif: Add support for flow-control on device's tx-queue Sjur Brændeland
2011-12-02 14:38   ` Eric Dumazet
2011-12-03 17:35     ` Sjur Brændeland
2011-12-02 14:06 ` [PATCH 3/3] caif: Add support for CAIF over CDC NCM USB interface Sjur Brændeland

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).