staging: vt6656: replaced MAX_PACKET_LEN with ETH_FRAME_LEN
authorAndres More <more.andres@gmail.com>
Mon, 12 Jul 2010 21:28:49 +0000 (18:28 -0300)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 22 Jul 2010 18:43:05 +0000 (11:43 -0700)
Replaced custom macro with one from include/linux/if_ether.h.
Also removed MAX_LOOKAHEAD_SIZE as it is not used elsewhere.

Signed-off-by: Andres More <more.andres@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found