From: David Miller <davem@davemloft.net> Date: 2011-06-19 23:34:12
From: Eric Dumazet <redacted>
Date: Mon, 20 Jun 2011 00:43:33 +0200
As soon as skb is given to hardware and spinlock released, TX completion
can free skb under us. Therefore, we should update netdev stats before
spinlock release.
Signed-off-by: Eric Dumazet <redacted>