commit | 7304720d70a223186d192d766e9b5d25470a705d | [log] [tgz] |
---|---|---|
author | Yang Wei <albin_yang@163.com> | Thu Jan 24 22:45:38 2019 +0800 |
committer | David S. Miller <davem@davemloft.net> | Sat Jan 26 15:09:13 2019 -0800 |
tree | 96a730bfc6d51284d9afe2cdb51966051c6e722f | |
parent | a4b829949326eef58e49b00160620a32833a3c0c [diff] |
atheros: atl2: replace dev_kfree_skb_any() by dev_consume_skb_any() atl2_xmit_frame() should call dev_consume_skb_any() when the transmission is successful. It makes drop profiles more friendly. Signed-off-by: Yang Wei <yang.wei9@zte.com.cn> Signed-off-by: David S. Miller <davem@davemloft.net>