sfc: Allow efx_channel_type::receive_skb() to reject a packet
authorBen Hutchings <bhutchings@solarflare.com>
Tue, 5 Mar 2013 20:13:54 +0000 (20:13 +0000)
committerBen Hutchings <bhutchings@solarflare.com>
Thu, 7 Mar 2013 20:21:54 +0000 (20:21 +0000)
Instead of having efx_ptp_rx() call netif_receive_skb() for an invalid
PTP packet, make it return false for rejected packets and have
efx_rx_deliver() pass them up.

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>

No differences found