commit | 2cf655cd65888e9fed0803d77e9e4f7d1db674cc | [log] [tgz] |
---|---|---|
author | Krzysztof Halasa <khc@pm.waw.pl> | Mon Sep 19 15:39:32 2005 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Sep 19 15:39:32 2005 -0700 |
tree | 9bae62f43594ab64b5d5cbebdb336de284bf08ab | |
parent | 8922bc93aa78a202c2b68b2de19b71329cb321e1 [diff] |
[WAN] hdlc_cisco: Fix regression introduced by skb->tail changes. The following commit breaks cisco mode with my WAN drivers: author David S. Miller <davem@davemloft.net> Tue, 28 Jun 2005 22:25:31 +0000 (15:25 -0700) commit 689be43945e9ca7dd704522e55af1b8a73a994d3 "[NET]: Remove gratuitous use of skb->tail in network drivers." The following patch fixes it - please apply (cisco_hard_header does skb_push(4 bytes)). Signed-off-by: David S. Miller <davem@davemloft.net>