diff options
Diffstat (limited to 'net/sched/sch_cbq.c')
-rw-r--r-- | net/sched/sch_cbq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/sch_cbq.c b/net/sched/sch_cbq.c index cbef3bbfc20f..4de3744e65c3 100644 --- a/net/sched/sch_cbq.c +++ b/net/sched/sch_cbq.c | |||
@@ -175,7 +175,7 @@ struct cbq_sched_data | |||
175 | }; | 175 | }; |
176 | 176 | ||
177 | 177 | ||
178 | #define L2T(cl,len) ((cl)->R_tab->data[(len)>>(cl)->R_tab->rate.cell_log]) | 178 | #define L2T(cl,len) qdisc_l2t((cl)->R_tab,len) |
179 | 179 | ||
180 | 180 | ||
181 | static __inline__ unsigned cbq_hash(u32 h) | 181 | static __inline__ unsigned cbq_hash(u32 h) |