android_kernel_samsung_sm8650/net/qmsgq
Richard Maina e134ccb934 net: qmsgq: Include wakeup support
The client is unable to read the packet before the device suspends
using vsock in some cases. This commit adds a 500 ms wakeup event after
queueing a packet to a client's socket. This allows for enough time for
the client to read and process the packet.

Change-Id: I0ae155586613fd21e1c31c449121a8de99c8943f
Signed-off-by: Richard Maina <quic_rmaina@quicinc.com>
2023-04-10 16:15:51 -07:00
..
af_qmsgq.c net: qmsgq: Add the qmsgq socket family 2023-03-02 17:41:25 -08:00
af_qmsgq.h net: qmsgq: Add the qmsgq socket family 2023-03-02 17:41:25 -08:00
Kconfig net: qmsgq: Add the qmsgq socket family 2023-03-02 17:41:25 -08:00
Makefile net: qmsgq: Add the qmsgq socket family 2023-03-02 17:41:25 -08:00
qmsgq_gunyah.c net: qmsgq: Include wakeup support 2023-04-10 16:15:51 -07:00