Discard a packet
void z8530_null_rx(struct z8530_channel * c, struct sk_buff * skb);
c
The channel the packet arrived on
skb
The buffer
We point the receive handler at this function when idle. Instead of processing the frames we get to throw them away.
Alan Cox <[email protected]>
Author.