forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 cf4ce59b3b70238352c7f1729f0f7223214828ad
kernel/include/net/tc_act/tc_gact.h
....@@ -22,7 +22,7 @@
2222 #ifdef CONFIG_NET_CLS_ACT
2323 struct tcf_gact *gact;
2424
25
- if (a->ops && a->ops->type != TCA_ACT_GACT)
25
+ if (a->ops && a->ops->id != TCA_ID_GACT)
2626 return false;
2727
2828 gact = to_gact(a);