| commit | 347fbbb117e30818447a85bbecf18e8a2dbbbedb | [log] [tgz] |
|---|---|---|
| author | Jeff Hugo <jhugo@codeaurora.org> | Tue Nov 15 16:39:20 2011 -0700 |
| committer | Jeff Hugo <jhugo@codeaurora.org> | Tue Nov 15 16:51:08 2011 -0700 |
| tree | 9fafa431831cac91247fcb34670a9e26b1a659db | |
| parent | 9a2fab506732f91ce5b38514febd6d0fae6033cf [diff] |
msm: rmnet_bam: fix xmit statistics The skb being transmitted can be freed at any point after handing it off to the transport. Thus the statistics must be determined in the callback to prevent accessing data that is already freed. Also, statistics should always be calculated when in IP mode. CRs-Fixed: 318747 Change-Id: I3a2a081291fc657ca64aff47a3370017c5b6f7ca Signed-off-by: Jeffrey Hugo <jhugo@codeaurora.org>