Merge branch 'net-ipa-kill-endpoint-delay-mode-workaround'
authorDavid S. Miller <davem@davemloft.net>
Thu, 7 May 2020 00:38:06 +0000 (17:38 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 7 May 2020 00:38:06 +0000 (17:38 -0700)
commit6a5dc76ac4f5d5050dd50298882b933193ece79d
tree36ec44978f9a25b4ff9927a42d77fd8b8d668e9e
parent9c729e7484622b9fb2defa3c640ce141244c0a46
parenta4dcad344687abce72e2dea56e91d8c715407b6f
Merge branch 'net-ipa-kill-endpoint-delay-mode-workaround'

Alex Elder says:

====================
net: ipa: kill endpoint delay mode workaround

A "delay mode" feature was put in place to work around a problem
where packets could passed to the modem before it was ready to
handle them.  That problem no longer exists, and we don't need the
workaround any more so get rid of it.
====================

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