mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 04:33:26 +02:00
net: remove NET_RX_BAD and NET_RX_CN* defines
almost no users in the tree; and the few that use them treat them like NET_RX_DROP. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
6b1344724e
commit
0e8635a8e1
@@ -407,7 +407,7 @@ int lapb_data_indication(struct lapb_cb *lapb, struct sk_buff *skb)
|
||||
return lapb->callbacks.data_indication(lapb->dev, skb);
|
||||
|
||||
kfree_skb(skb);
|
||||
return NET_RX_CN_HIGH; /* For now; must be != NET_RX_DROP */
|
||||
return NET_RX_SUCCESS; /* For now; must be != NET_RX_DROP */
|
||||
}
|
||||
|
||||
int lapb_data_transmit(struct lapb_cb *lapb, struct sk_buff *skb)
|
||||
|
Reference in New Issue
Block a user