OSDN Git Service

wlags49_h2: Call dev_kfree/consume_skb_any instead of dev_kfree_skb.
authorEric W. Biederman <ebiederm@xmission.com>
Sun, 16 Mar 2014 01:35:40 +0000 (18:35 -0700)
committerEric W. Biederman <ebiederm@xmission.com>
Tue, 25 Mar 2014 04:19:24 +0000 (21:19 -0700)
commit8d4ade284a41aa827a13242b6fa9b6b68b9b7d71
treeb7d4cf4f501c7e1cfdd0ba29583470970e5fe18d
parent979de8a09a00228017e8ad1bc9d6ebc60b51bee9
wlags49_h2: Call dev_kfree/consume_skb_any instead of dev_kfree_skb.

Replace dev_kfree_skb with dev_consume_skb_any in wl_send and
wl_send_dma which can be called in hard irq and other contexts,
on the code paths where the skb was transmitted successfully.

Replace dev_kfree_skb with dev_kfree_skb_any in wl_send_dmay which can
be called in hard irq and other contexts, on the code path where a
skb is dropped.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
drivers/staging/wlags49_h2/wl_netdev.c