Commit d3051c1a authored by Kai Germaschewski's avatar Kai Germaschewski

ISDN/PPP: Remove random frame drop

Dropping every 7th packet was just meant for internal debugging...
parent af71c8d4
......@@ -111,9 +111,6 @@ ippp_mp_receive(isdn_net_dev *idev, struct sk_buff *skb, u16 proto)
{
isdn_net_local *lp = idev->mlp;
{static int cnt; if (cnt++ % 7 == 0) return;}
if (lp->mp_cfg & SC_REJ_MP_PROT)
goto out;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment