diff options
Diffstat (limited to 'net/sched/sch_api.c')
-rw-r--r-- | net/sched/sch_api.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/sch_api.c b/net/sched/sch_api.c index ecc988af4a9a..4a927a5e1fa6 100644 --- a/net/sched/sch_api.c +++ b/net/sched/sch_api.c | |||
@@ -1146,7 +1146,7 @@ reclassify: | |||
1146 | 1146 | ||
1147 | for ( ; tp; tp = tp->next) { | 1147 | for ( ; tp; tp = tp->next) { |
1148 | if ((tp->protocol == protocol || | 1148 | if ((tp->protocol == protocol || |
1149 | tp->protocol == __constant_htons(ETH_P_ALL)) && | 1149 | tp->protocol == htons(ETH_P_ALL)) && |
1150 | (err = tp->classify(skb, tp, res)) >= 0) { | 1150 | (err = tp->classify(skb, tp, res)) >= 0) { |
1151 | #ifdef CONFIG_NET_CLS_ACT | 1151 | #ifdef CONFIG_NET_CLS_ACT |
1152 | if ( TC_ACT_RECLASSIFY == err) { | 1152 | if ( TC_ACT_RECLASSIFY == err) { |