diff options
Diffstat (limited to 'net/sched/em_meta.c')
-rw-r--r-- | net/sched/em_meta.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/em_meta.c b/net/sched/em_meta.c index c8f8c399b99a..2159981b604e 100644 --- a/net/sched/em_meta.c +++ b/net/sched/em_meta.c | |||
@@ -197,7 +197,7 @@ META_COLLECTOR(int_priority) | |||
197 | META_COLLECTOR(int_protocol) | 197 | META_COLLECTOR(int_protocol) |
198 | { | 198 | { |
199 | /* Let userspace take care of the byte ordering */ | 199 | /* Let userspace take care of the byte ordering */ |
200 | dst->value = skb->protocol; | 200 | dst->value = tc_skb_protocol(skb); |
201 | } | 201 | } |
202 | 202 | ||
203 | META_COLLECTOR(int_pkttype) | 203 | META_COLLECTOR(int_pkttype) |