commit | 99da5003a5b085c12d996da1010e276e9b88672f | [log] [tgz] |
---|---|---|
author | Andy Fleming <afleming@freescale.com> | Mon Mar 24 10:53:27 2008 -0500 |
committer | Jeff Garzik <jeff@garzik.org> | Wed Mar 26 00:44:39 2008 -0400 |
tree | 23fb14628162cfd1c64092e1c61327a098b1edf8 | |
parent | faa89577621b4296a8869e75b90a546c951df968 [diff] |
gianfar: Only process completed frames If the LAST bit is not set in the RxBD, it's possible we're processing an incomplete frame, which is bad. While we're at it, add a constant for the error bitmask, so the whole if-clause fits on one line, and is more legible. Signed-off-by: Dai Haruki <dai.haruki@freescale.com> Signed-off-by: Andy Fleming <afleming@freescale.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>