.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "Z8530_NULL_RX" "9" "09 October 2005" "" ""
.SH NAME
z8530_null_rx \- Discard a packet
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void z8530_null_rx (struct z8530_channel * \fIc\fB, struct sk_buff * \fIskb\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIc\fB\fR
The channel the packet arrived on
.TP
\fB\fIskb\fB\fR
The buffer
.SH "DESCRIPTION"
.PP
We point the receive handler at this function when idle. Instead
of syncppp processing the frames we get to throw them away.