Files
android_kernel_xiaomi_sm8450/drivers/net/wireless/b43legacy
Eric Dumazet acfa9e94e2 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>
2012-07-08 23:52:27 -07:00
..
2011-07-07 15:18:01 +02:00
2012-06-24 11:03:52 -07:00
2011-07-07 15:18:01 +02:00
2012-05-16 12:45:20 -04:00
2011-07-07 15:18:01 +02:00
2011-07-07 15:18:01 +02:00
2012-05-16 12:45:20 -04:00
2011-07-07 15:18:01 +02:00
2011-07-07 15:18:01 +02:00
2011-07-07 15:18:01 +02:00