commit | 003212cc599cdc006de486e28c1f6b327bcb9808 | [log] [tgz] |
---|---|---|
author | Santiago Leon <santil@linux.vnet.ibm.com> | Fri Sep 03 18:29:03 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Sep 06 18:21:51 2010 -0700 |
tree | 9174a37ccd0e1557116d15d981f7425c92462469 | |
parent | d2684b516020c162b2852a2171ec588713c6cec0 [diff] |
ibmveth: Convert to netdev_alloc_skb We were using alloc_skb which doesn't create any headroom. Change it to use netdev_alloc_skb to match most other drivers. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Santiago Leon <santil@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>