Loading
msm: rndis_ipa: fix rx bytes reporting
netif_rx_ni/netif_rx functions free the skb, it can't be used afterwards as it might contain garbage values. This change saves the length value prior to the network stack function calls above in order to properly update the traffic stats of the interface. Change-Id: Ia489913d3b226205ed5bded5fe179b195bf6694b Acked-by:David Arinzon <darinzon@qti.qualcomm.com> Signed-off-by:
Sivan Reinstein <sivanr@codeaurora.org>