diff options
Diffstat (limited to 'net/tipc/link.c')
-rw-r--r-- | net/tipc/link.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/tipc/link.c b/net/tipc/link.c index b852c94a784e..b6de1aa059f4 100644 --- a/net/tipc/link.c +++ b/net/tipc/link.c | |||
@@ -41,6 +41,8 @@ | |||
41 | #include "discover.h" | 41 | #include "discover.h" |
42 | #include "config.h" | 42 | #include "config.h" |
43 | 43 | ||
44 | #include <linux/pkt_sched.h> | ||
45 | |||
44 | /* | 46 | /* |
45 | * Error message prefixes | 47 | * Error message prefixes |
46 | */ | 48 | */ |
@@ -1947,6 +1949,7 @@ void tipc_link_send_proto_msg(struct tipc_link *l_ptr, u32 msg_typ, | |||
1947 | return; | 1949 | return; |
1948 | 1950 | ||
1949 | skb_copy_to_linear_data(buf, msg, sizeof(l_ptr->proto_msg)); | 1951 | skb_copy_to_linear_data(buf, msg, sizeof(l_ptr->proto_msg)); |
1952 | buf->priority = TC_PRIO_CONTROL; | ||
1950 | 1953 | ||
1951 | /* Defer message if bearer is already blocked */ | 1954 | /* Defer message if bearer is already blocked */ |
1952 | if (tipc_bearer_blocked(l_ptr->b_ptr)) { | 1955 | if (tipc_bearer_blocked(l_ptr->b_ptr)) { |