Loading
msm: ecm_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: Ib3a9347b974e843b7fd573e4fe36ba2558844577 Acked-by:David Arinzon <darinzon@qti.qualcomm.com> Signed-off-by:
Sivan Reinstein <sivanr@codeaurora.org>