[OpenWrt-Devel] [PATCH, v5] uqmi: add explicit check for message type when expecting a response

2019-06-20 Thread Tautvydas Belgeras
identification message when triggered by the utility, in this case by the request message. What the utility gets is two messages at the same time - an identification and a response. When it tries to decode former it obviously fails, because it is not what it expected. Signed-off-by: Tautvydas Belgeras

[OpenWrt-Devel] [PATCH, v5] uqmi: add explicit check for message type when expecting a response

2019-06-20 Thread Tautvydas Belgeras
identification message when triggered by the utility, in this case by the request message. What the utility gets is two messages at the same time - an identification and a response. When it tries to decode former it obviously fails, because it is not what it expected. Signed-off-by: Tautvydas Belgeras

[OpenWrt-Devel] [PATCH, v4] uqmi: add explicit check for message type when expecting a response

2019-06-20 Thread Tautvydas Belgeras
identification message when triggered by the utility, in this case by the request message. What the utility gets is two messages at the same time - an identification and a response. When it tries to decode former it obviously fails, because it is not what it expected. Signed-off-by: Tautvydas Belgeras

[OpenWrt-Devel] [PATCH, v3] uqmi: add explicit check for message type when expecting a response

2019-06-20 Thread Tautvydas Belgeras
identification message when triggered by the utility, in this case by the request message. What the utility gets is two messages at the same time - an identification and a response. When it tries to decode former it obviously fails, because it is not what it expected. Signed-off-by: Tautvydas Belgeras

[OpenWrt-Devel] [PATCH v2] uqmi: add explicit check for message type when expecting a response

2019-06-19 Thread Tautvydas Belgeras
identification message when triggered by the utility, in this case by the request message. What the utility gets is two messages at the same time - an identification and a response. When it tries to decode former it obviously fails, because it is not what it expected. Signed-off-by: Tautvydas Belgeras

[OpenWrt-Devel] Patch to uqmi utility

2019-05-14 Thread Tautvydas Belgeras
Patch fixes utility returning "Unknown error" when generating a request after a wait of a few minutes From: Tautvydas Belgeras Fix utility returning status "Unknown error" when triggering qmi radio after a wait of a few minutes After generating a qmi request, the utility exp