]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - net/mac802154/util.c
ktime: Cleanup ktime_set() usage
[mirror_ubuntu-artful-kernel.git] / net / mac802154 / util.c
index f9fd0957ab67f256d10e80563bb68ce88334f911..7c03fb0ea34cb8b5d46cb68779fa24d6dc276bc7 100644 (file)
@@ -80,11 +80,11 @@ void ieee802154_xmit_complete(struct ieee802154_hw *hw, struct sk_buff *skb,
 
                if (skb->len > max_sifs_size)
                        hrtimer_start(&local->ifs_timer,
-                                     ktime_set(0, hw->phy->lifs_period * NSEC_PER_USEC),
+                                     hw->phy->lifs_period * NSEC_PER_USEC,
                                      HRTIMER_MODE_REL);
                else
                        hrtimer_start(&local->ifs_timer,
-                                     ktime_set(0, hw->phy->sifs_period * NSEC_PER_USEC),
+                                     hw->phy->sifs_period * NSEC_PER_USEC,
                                      HRTIMER_MODE_REL);
        } else {
                ieee802154_wake_queue(hw);