[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <50EEF7EB.4030503@mvista.com>
Date: Thu, 10 Jan 2013 20:18:35 +0300
From: Sergei Shtylyov <sshtylyov@...sta.com>
To: Wei Shuai <cpuwolf@...il.com>
CC: gregkh@...uxfoundation.org, alexey.orishko@...ricsson.com,
hans.petter.selasky@...ricsson.com, linux-usb@...r.kernel.org,
netdev@...r.kernel.org
Subject: Re: [PATCH] CDC_NCM adding support IFF_NOARP for buggy device
Hello.
On 01/10/2013 04:59 PM, Wei Shuai wrote:
> Signed-off-by: Wei Shuai <cpuwolf@...il.com>
> ---
> drivers/net/usb/cdc_ncm.c | 15 +++++++++++++++
> 1 files changed, 15 insertions(+), 0 deletions(-)
> diff --git a/drivers/net/usb/cdc_ncm.c b/drivers/net/usb/cdc_ncm.c
> index 71b6e92..9903f79 100644
> --- a/drivers/net/usb/cdc_ncm.c
> +++ b/drivers/net/usb/cdc_ncm.c
[...]
> @@ -572,6 +573,10 @@ static int cdc_ncm_bind(struct usbnet *dev, struct usb_interface *intf)
> cdc_ncm_comm_intf_is_mbim(intf->cur_altsetting))
> return -ENODEV;
> #endif
> + /* this buggy device cannot do ARP */
> + if( (le16_to_cpu(udev->descriptor.idVendor) == 0xAAAA) ) {
Please run the patch thru scripts/checkpatch.pl and resubmit.
WBR, Sergei
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists