| commit | 1079f782bf0a14cd3a11d19561d138c7ca7d3fc6 | [log] [tgz] |
|---|---|---|
| author | Karthikeyan Ramasubramanian <kramasub@codeaurora.org> | Tue Aug 23 10:01:47 2011 -0600 |
| committer | Bryan Huntsman <bryanh@codeaurora.org> | Mon Oct 03 16:16:25 2011 -0700 |
| tree | 44b0b65e5b2d807c4faca1b0db6ad9ac84f67042 | |
| parent | 90508a9750eeaf4c298537d532dfcbc1ac84b393 [diff] |
msm: rpc: Reset RPC endpoint's reply bucket count during modem reset Every RPC endpoint maintains a reference counter to represent the number of entries consumed from the reply bucket. During modem reset this counter is not reset and after few modem resets this counter reaches the maximum count. Hence the RPC framework stops sending out the replies. CRs-Fixed: 297292 Signed-off-by: Karthikeyan Ramasubramanian <kramasub@codeaurora.org>