Bluetooth: Add legacy SMP tests
[deliverable/linux.git] / net / mac802154 / tx.c
index cc37b77f26321ca9a5f4f960a0f72608d48c1013..c62e95695c7843947c8643cb268f95f2e64c3da9 100644 (file)
@@ -60,7 +60,7 @@ static void ieee802154_xmit_worker(struct work_struct *work)
        if (res)
                goto err_tx;
 
-       ieee802154_xmit_complete(&local->hw, skb);
+       ieee802154_xmit_complete(&local->hw, skb, false);
 
        dev->stats.tx_packets++;
        dev->stats.tx_bytes += skb->len;
This page took 0.027023 seconds and 5 git commands to generate.