From: "Wei Shuai" <cpuwolf@gmail.com>
To: "'Greg Kroah-Hartman'" <gregkh@linuxfoundation.org>,
"'Alexey Orishko'" <alexey.orishko@stericsson.com>,
"'Hans Petter Selasky'" <hans.petter.selasky@stericsson.com>
Cc: <linux-usb@vger.kernel.org>, <netdev@vger.kernel.org>
Subject: net: usb: cdc_ncm: add support IFF_NOARP
Date: Tue, 8 Jan 2013 21:14:47 +0800 [thread overview]
Message-ID: <001601cdeda2$2547a6b0$6fd6f410$@com> (raw)
Hi Alexey,
Recently I met a Modem which cannot do ARP. But I found our
cdc_ncm_bind() function cannot handle this special case. Do you have any
plan to handle it?
static int cdc_ncm_bind(struct usbnet *dev, struct usb_interface *intf)
{
...
/* cannot do ARP */
dev->net->flags |= IFF_NOARP;
...
}
next reply other threads:[~2013-01-08 13:14 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-08 13:14 Wei Shuai [this message]
2013-01-08 22:24 ` net: usb: cdc_ncm: add support IFF_NOARP Alexey Orishko
2013-01-08 22:27 ` Bjørn Mork
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='001601cdeda2$2547a6b0$6fd6f410$@com' \
--to=cpuwolf@gmail.com \
--cc=alexey.orishko@stericsson.com \
--cc=gregkh@linuxfoundation.org \
--cc=hans.petter.selasky@stericsson.com \
--cc=linux-usb@vger.kernel.org \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.