1. NAME▲
z8530_null_rx - Discard a packet
2. SYNOPSIS ▲
void z8530_null_rx(struct z8530_channel * c , struct sk_buff * skb );
3. ARGUMENTS ▲
c
The channel the packet arrived on
skb
The buffer
4. DESCRIPTION ▲
We point the receive handler at this function when idle. Instead of processing the frames we get to throw them away.
5. AUTHOR ▲
Alan Cox <contact>
Author.
6. COPYRIGHT ▲