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

父節點
6b1344724e
當前提交
0e8635a8e1
@@ -792,25 +792,6 @@ fst_process_rx_status(int rx_status, char *name)
|
||||
*/
|
||||
break;
|
||||
}
|
||||
|
||||
case NET_RX_CN_LOW:
|
||||
{
|
||||
dbg(DBG_ASS, "%s: Receive Low Congestion\n", name);
|
||||
break;
|
||||
}
|
||||
|
||||
case NET_RX_CN_MOD:
|
||||
{
|
||||
dbg(DBG_ASS, "%s: Receive Moderate Congestion\n", name);
|
||||
break;
|
||||
}
|
||||
|
||||
case NET_RX_CN_HIGH:
|
||||
{
|
||||
dbg(DBG_ASS, "%s: Receive High Congestion\n", name);
|
||||
break;
|
||||
}
|
||||
|
||||
case NET_RX_DROP:
|
||||
{
|
||||
dbg(DBG_ASS, "%s: Received packet dropped\n", name);
|
||||
|
Reference in New Issue
Block a user