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.
-Alex Alex Elder (3): net: ipa: have ipa_endpoint_init_ctrl() return previous state net: ipa: introduce ipa_endpoint_program_suspend() net: ipa: remove endpoint delay mode feature drivers/net/ipa/ipa_data-sdm845.c | 1 - drivers/net/ipa/ipa_data.h | 6 --- drivers/net/ipa/ipa_endpoint.c | 85 ++++++++++++++++++------------- 3 files changed, 49 insertions(+), 43 deletions(-) -- 2.20.1