Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 349749
b: refs/heads/master
c: 547b4e7
h: refs/heads/master
i:
  349747: 6a456c9
v: v3
  • Loading branch information
Stephen Hemminger authored and David S. Miller committed Feb 11, 2013
1 parent 113a540 commit 1c29487
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cfa82e020bc0be6ab9a1e3c186fe41f1e5cecf7a
refs/heads/master: 547b4e718115eea74087e28d7fa70aec619200db
2 changes: 2 additions & 0 deletions trunk/net/bridge/br_stp_bpdu.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#include <linux/etherdevice.h>
#include <linux/llc.h>
#include <linux/slab.h>
#include <linux/pkt_sched.h>
#include <net/net_namespace.h>
#include <net/llc.h>
#include <net/llc_pdu.h>
Expand All @@ -40,6 +41,7 @@ static void br_send_bpdu(struct net_bridge_port *p,

skb->dev = p->dev;
skb->protocol = htons(ETH_P_802_2);
skb->priority = TC_PRIO_CONTROL;

skb_reserve(skb, LLC_RESERVE);
memcpy(__skb_put(skb, length), data, length);
Expand Down

0 comments on commit 1c29487

Please sign in to comment.