commit | e597a85b063bd961bb32cce4ddfc82d767b069a5 | [log] [tgz] |
---|---|---|
author | Stephen Wang <wstephen@codeaurora.org> | Mon Aug 24 14:41:24 2015 -0700 |
committer | Stephen Wang <wstephen@codeaurora.org> | Mon Aug 24 14:41:24 2015 -0700 |
tree | 5ee365f6016c7fd36de4f6af03ac51f45e2232d4 | |
parent | 5114292cacb052238b5e0404fe932f62448a307e [diff] |
[qca-nss-ecm] Ensure the message sent to nss-drv is returned before module exit If we sent a stats request message down to NSS, we need to ensure the returned message is received before we exit, otherwise if the message returns late, NSS might call the callback func in ECM but ECM is already removed at that time. Change-Id: I13e3fa9f4a829c3275a888e9984a8b1cf3e1ce06 Signed-off-by: Stephen Wang <wstephen@codeaurora.org>