commit | b86d0ca1dc1bcc93dd107303f6c0f42c28843067 | [log] [tgz] |
---|---|---|
author | Arun Kumar Neelakantam <aneela@codeaurora.org> | Wed Nov 28 11:10:52 2012 +0530 |
committer | Arun Kumar Neelakantam <aneela@codeaurora.org> | Fri Nov 30 09:51:34 2012 +0530 |
tree | 939e7907fb615ba42c67c402d218cf129779533c | |
parent | cb66bb8b32ce070f469efb75338e11d0fd4d7921 [diff] |
msm: rmnet: Use separate tasklet for each rmnet instance If multiple RMNET devices are active at the same time, there is a data collision issue for the single tasklet structure that could result in losing SMD receive events. Add a dedicated receive tasklet structure for each RMNET instance. CRs-Fixed: 425114 Change-Id: I160195fd2a002b9c6f47b4b29fd0af355482a3b5 Signed-off-by: Arun Kumar Neelakantam <aneela@codeaurora.org>