aboutsummaryrefslogtreecommitdiff
path: root/net/lapb/lapb_subr.c
diff options
context:
space:
mode:
authorKrzysztof Halasa <[email protected]>2009-07-14 11:01:54 +0000
committerDavid S. Miller <[email protected]>2009-07-16 18:05:25 -0700
commit303d67c288319768b19ed8dbed429fef7eb7c275 (patch)
tree18e69016f5d32d2205171cddedc065e1e4b46b65 /net/lapb/lapb_subr.c
parente36b9d16c6a6d0f59803b3ef04ff3c22c3844c10 (diff)
E100: work around the driver using streaming DMA mapping for RX descriptors.
E100 places it's RX packet descriptors inside skb->data and uses them with bidirectional streaming DMA mapping. Unfortunately it fails to transfer skb->data ownership to the device after it reads the descriptor's status, breaking on non-coherent (e.g., ARM) platforms. This have to be converted to use coherent memory for the descriptors. Signed-off-by: Krzysztof Halasa <[email protected]> Acked-by: Jeff Kirsher <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/lapb/lapb_subr.c')
0 files changed, 0 insertions, 0 deletions