diff options
Diffstat (limited to 'net/batman-adv/bat_iv_ogm.c')
-rw-r--r-- | net/batman-adv/bat_iv_ogm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/batman-adv/bat_iv_ogm.c b/net/batman-adv/bat_iv_ogm.c index 62da5278014a..9886a2f804fc 100644 --- a/net/batman-adv/bat_iv_ogm.c +++ b/net/batman-adv/bat_iv_ogm.c | |||
@@ -478,6 +478,7 @@ static void batadv_iv_ogm_aggregate_new(const unsigned char *packet_buff, | |||
478 | kfree(forw_packet_aggr); | 478 | kfree(forw_packet_aggr); |
479 | goto out; | 479 | goto out; |
480 | } | 480 | } |
481 | forw_packet_aggr->skb->priority = TC_PRIO_CONTROL; | ||
481 | skb_reserve(forw_packet_aggr->skb, ETH_HLEN); | 482 | skb_reserve(forw_packet_aggr->skb, ETH_HLEN); |
482 | 483 | ||
483 | skb_buff = skb_put(forw_packet_aggr->skb, packet_len); | 484 | skb_buff = skb_put(forw_packet_aggr->skb, packet_len); |