1
0
Fork 0

[QETH]: Use eth_hdr()

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
hifive-unleashed-5.1
Arnaldo Carvalho de Melo 2007-03-10 11:13:59 -03:00 committed by David S. Miller
parent 0a4f23fbbf
commit 4839fccea0
1 changed files with 1 additions and 1 deletions

View File

@ -2361,7 +2361,7 @@ qeth_rebuild_skb_fake_ll_eth(struct qeth_card *card, struct sk_buff *skb,
QETH_DBF_TEXT(trace,5,"skbfketh");
skb->mac.raw = skb->data - QETH_FAKE_LL_LEN_ETH;
/* this is a fake ethernet header */
fake_hdr = (struct ethhdr *) skb->mac.raw;
fake_hdr = eth_hdr(skb);
/* the destination MAC address */
switch (skb->pkt_type){