]> Pileus Git - ~andy/linux/blobdiff - net/batman-adv/send.c
Merge git://git.kvack.org/~bcrl/aio-next
[~andy/linux] / net / batman-adv / send.c
index e9ff8d801201279eaf91f347c730dbdd9e17f13d..0266edd0fa7f7acb0be56f896de95ba7775108f6 100644 (file)
@@ -67,7 +67,6 @@ int batadv_send_skb_packet(struct sk_buff *skb,
        ethhdr->h_proto = __constant_htons(ETH_P_BATMAN);
 
        skb_set_network_header(skb, ETH_HLEN);
-       skb->priority = TC_PRIO_CONTROL;
        skb->protocol = __constant_htons(ETH_P_BATMAN);
 
        skb->dev = hard_iface->net_dev;