commit | 2d9a3c7ffef0700a1b1693364dabe461756fd041 | [log] [tgz] |
---|---|---|
author | Hu Wang <huw@codeaurora.org> | Mon Mar 11 17:07:09 2019 +0800 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Wed Mar 13 03:07:20 2019 -0700 |
tree | 1f6a7abd6fe9f0e02720ab29c36d156a461de1ba | |
parent | 49cc0339cf540ec2344b469f20fce35f51e2ee99 [diff] |
wifihal: Refine sigpipe fix to minimal change Commit I4d321b59d53459c3c62db9c025a5de5568aeb4ec fixes sigpipe issue by introducing read/write synchonization mechanism between: - thread1: wifi_cleanup() - thread2: wifi_event_loop() Later tests see thread1 is blocked at read(), so use minimal change to fix sigpipe to avoid the block. CRs-Fixed: 2412306 Change-Id: I3f52cb66fbae37966b3426ea255438bb9673af0e