summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/atheros
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2012-07-02 08:36:12 +0000
committerDavid S. Miller <davem@davemloft.net>2012-07-08 23:52:27 -0700
commitacfa9e94e2f06f8911a1d2f257880af4ad945eef (patch)
tree587abdf7e13a700076e3580bac8a1961a6a5b73b /drivers/net/ethernet/atheros
parent3da947b2693993d5f6138f005d2625e9387c9618 (diff)
downloadop-kernel-dev-acfa9e94e2f06f8911a1d2f257880af4ad945eef.zip
op-kernel-dev-acfa9e94e2f06f8911a1d2f257880af4ad945eef.tar.gz
net: dont use __netdev_alloc_skb for bounce buffer
commit a1c7fff7e1 (net: netdev_alloc_skb() use build_skb()) broke b44 on some 64bit machines. It appears b44 and b43 use __netdev_alloc_skb() instead of alloc_skb() for their bounce buffers. There is no need to add an extra NET_SKB_PAD reservation for bounce buffers : - In TX path, NET_SKB_PAD is useless - In RX path in b44, we force a copy of incoming frames if GFP_DMA allocations were needed. Reported-and-bisected-by: Stefan Bader <stefan.bader@canonical.com> Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/atheros')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud