kernel/net/llc/llc_input.c
.. .. @@ -163,9 +163,6 @@ 163 163 void (*sta_handler)(struct sk_buff *skb); 164 164 void (*sap_handler)(struct llc_sap *sap, struct sk_buff *skb); 165 165 166 - if (!net_eq(dev_net(dev), &init_net))167 - goto drop;168 -169 166 /* 170 167 * When the interface is in promisc. mode, drop all the crap that it 171 168 * receives, do not try to analyse it.