]> asedeno.scripts.mit.edu Git - linux.git/commit
Merge branch 'sierra_net-fixes'
authorDavid S. Miller <davem@davemloft.net>
Thu, 9 Feb 2017 21:41:43 +0000 (16:41 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 9 Feb 2017 21:41:43 +0000 (16:41 -0500)
commit1b5805c29c7fffc569b749c760b2bafce925df87
tree63455badce6b917d1510cff4a4e0ef1dcb897037
parent98e3862ca2b1ae595a13805dcab4c3a6d7718f4d
parent764895d3039e903dac3a70f219949efe43d036a0
Merge branch 'sierra_net-fixes'

Stefan BrĂ¼ns says:

====================
Fixes for sierra_net driver

When trying to initiate a dual-stack (ipv4v6) connection, a MC7710, FW
version SWI9200X_03.05.24.00ap answers with an unsupported LSI. Add support
for this LSI.
Also the link_type should be ignored when going idle, otherwise the modem
is stuck in a bad link state.
Tested on MC7710, T-Mobile DE, APN internet.telekom, IPv4v6 PDP type. Both
IPv4 and IPv6 connections work.

v2: Do not overwrite protocol field in rx_fixup
v3: Remove leftover struct ethhdr *eth declaration
====================

Signed-off-by: David S. Miller <davem@davemloft.net>