llc: use dev_hard_header
authorOctavian Purdila <opurdila@ixiacom.com>
Sat, 26 Dec 2009 11:50:59 +0000 (11:50 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 27 Dec 2009 04:38:23 +0000 (20:38 -0800)
commitbf9ae5386bca8836c16e69ab8fdbe46767d7452a
tree1184d7062dd74f7ad2b85379a5bd40ab5b8ca4d6
parentf83d664eef180478c2dc0a0099e9d7bc1c8177ff
llc: use dev_hard_header

Using dev_hard_header allows us to use LLC with VLANs and potentially
other Ethernet/TokernRing specific encapsulations. It also removes code
duplication between LLC and Ethernet/TokenRing core code.

Signed-off-by: Octavian Purdila <opurdila@ixiacom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/myri_sbus.c
net/8021q/vlan_dev.c
net/ethernet/eth.c
net/llc/llc_output.c