ath79: update WA/XC devices UBNT_VERSION to 8.7.4
[openwrt/staging/wigyori.git] / package / network / utils / iproute2 / patches / 140-allow_pfifo_fast.patch
1 --- a/tc/q_fifo.c
2 +++ b/tc/q_fifo.c
3 @@ -90,5 +90,6 @@ struct qdisc_util pfifo_head_drop_qdisc_
4
5 struct qdisc_util pfifo_fast_qdisc_util = {
6 .id = "pfifo_fast",
7 + .parse_qopt = fifo_parse_opt,
8 .print_qopt = prio_print_opt,
9 };