]> Pileus Git - ~andy/linux/commit
Staging: vt6655: use ETH_HLEN macro instead of custom one
authorCharles Clément <caratorn@gmail.com>
Sat, 15 May 2010 02:37:33 +0000 (19:37 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 17 May 2010 23:28:00 +0000 (16:28 -0700)
commit96fe9ee2c2dfe3268961f3873ea6098b9b9f27c2
treedfe1c43975d442f5948ceb31d3d3e36201ec3504
parent078b078f662a8e21d5a6fee81007b5337ab962cd
Staging: vt6655: use ETH_HLEN macro instead of custom one

Replaced custom header length definition U_HEADER_LEN by ETH_HLEN
from <linux/if_ether.h>. Also remove unused U_TYPE_LEN.

Signed-off-by: Charles Clément <caratorn@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/vt6655/device_main.c
drivers/staging/vt6655/tether.h
drivers/staging/vt6655/wroute.c