Re: [PATCH v2 1/2] sierra_net: Add support for IPv6 and Dual-Stack Link Sense Indications

From: David Miller
Date: Tue Feb 07 2017 - 13:57:07 EST


From: David Miller <davem@xxxxxxxxxxxxx>
Date: Tue, 07 Feb 2017 13:53:12 -0500 (EST)

> From: Stefan BrÃns <stefan.bruens@xxxxxxxxxxxxxx>
> Date: Tue, 7 Feb 2017 03:33:16 +0100
>
>> If a context is configured as dualstack ("IPv4v6"), the modem indicates
>> the context activation with a slightly different indication message.
>> The dual-stack indication omits the link_type (IPv4/v6) and adds
>> additional address fields.
>> IPv6 LSIs are identical to IPv4 LSIs, but have a different link type.
>>
>> Signed-off-by: Stefan BrÃns <stefan.bruens@xxxxxxxxxxxxxx>
>
> Applied.
>
> Ignore my earlier comments about the UMTS comment, it is still
> accurate of course. :-)

Acutally, this still need work. I had to revert.

You removed the code using the 'eth' variable from sierra_net_bind() but
left the unused variable declared.

Please respin this series with it removed so we don't get the warning:

drivers/net/usb/sierra_net.c: In function âsierra_net_bindâ:
drivers/net/usb/sierra_net.c:687:17: warning: unused variable âethâ [-Wunused-variable]
struct ethhdr *eth;