staging: ks7010: adapt to new trans_start handling

trans_start is gone from netdevice, so use the new helper function to
set the mark.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Wolfram Sang 2016-05-31 12:56:40 +02:00 committed by Greg Kroah-Hartman
parent e1240140f9
commit 4e66308e7d

View file

@ -3398,7 +3398,7 @@ int ks_wlan_start_xmit(struct sk_buff *skb, struct net_device *dev)
netif_stop_queue(dev);
rc = hostif_data_request(priv, skb);
dev->trans_start = jiffies;
netif_trans_update(dev);
DPRINTK(4, "rc=%d\n", rc);
if (rc) {