diff options
Diffstat (limited to 'net/mac802154/tx.c')
-rw-r--r-- | net/mac802154/tx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac802154/tx.c b/net/mac802154/tx.c index cc37b77f2632..c62e95695c78 100644 --- a/net/mac802154/tx.c +++ b/net/mac802154/tx.c | |||
@@ -60,7 +60,7 @@ static void ieee802154_xmit_worker(struct work_struct *work) | |||
60 | if (res) | 60 | if (res) |
61 | goto err_tx; | 61 | goto err_tx; |
62 | 62 | ||
63 | ieee802154_xmit_complete(&local->hw, skb); | 63 | ieee802154_xmit_complete(&local->hw, skb, false); |
64 | 64 | ||
65 | dev->stats.tx_packets++; | 65 | dev->stats.tx_packets++; |
66 | dev->stats.tx_bytes += skb->len; | 66 | dev->stats.tx_bytes += skb->len; |