linux/drivers/net/ethernet/atheros/alx
Eric W. Biederman 548ff1ed7d alx: Call dev_kfree_skb_any instead of dev_kfree_skb.
Replace dev_kfree_skb with dev_kfree_skb_any in alx_start_xmit that
can be called in hard irq and other contexts.

dev_kfree_skb_any is used as alx_start_xmit only frees skbs
when dropping them.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
2014-03-24 21:18:54 -07:00
..
alx.h alx: add alx_get_stats64 operation 2014-01-11 20:52:58 -08:00
ethtool.c alx: add stats to ethtool 2014-01-11 20:52:59 -08:00
hw.c alx: add stats update function 2014-01-11 20:52:58 -08:00
hw.h alx: add stats to ethtool 2014-01-11 20:52:59 -08:00
main.c alx: Call dev_kfree_skb_any instead of dev_kfree_skb. 2014-03-24 21:18:54 -07:00
Makefile
reg.h alx: add constants for the stats fields 2014-01-11 20:52:58 -08:00