forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-04 1543e317f1da31b75942316931e8f491a8920811
kernel/net/llc/llc_input.c
....@@ -163,9 +163,6 @@
163163 void (*sta_handler)(struct sk_buff *skb);
164164 void (*sap_handler)(struct llc_sap *sap, struct sk_buff *skb);
165165
166
- if (!net_eq(dev_net(dev), &init_net))
167
- goto drop;
168
-
169166 /*
170167 * When the interface is in promisc. mode, drop all the crap that it
171168 * receives, do not try to analyse it.