Skip to content
Snippets Groups Projects
Commit 1abfb181 authored by David S. Miller's avatar David S. Miller
Browse files

Merge branch 'net-ipa-fix-cleanup-after-modem-crash'


Alex Elder says:

====================
net: ipa: fix cleanup after modem crash

The first patch in this series fixes a bug where the size of a data
transfer request was never set, meaning it was 0.  The consequence
of this was that such a transfer request would never complete if
attempted, and led to a hung task timeout.

This data transfer is required for cleaning up IPA hardware state
when recovering from a modem crash.  The code to implement this
cleanup is already present, but its use was commented out because
it hit the bug described above.  So the second patch in this series
enables the use of that "tag process" cleanup code.
====================

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parents e8a1b0ef 2c4bb809
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment