git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
472caf8
)
ipw2200: ipw_tx_skb() endianness bug
author
Al Viro
<viro@zeniv.linux.org.uk>
Thu, 27 Dec 2007 06:57:47 +0000
(
01:57
-0500)
committer
David S. Miller
<davem@davemloft.net>
Mon, 28 Jan 2008 23:08:57 +0000
(15:08 -0800)
We'd just set tfd->u.data.chunk_len[i] to cpu_to_le16(remaining_bytes);
passing it to pci_map_single() is a bad idea - it expects host-endian.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
No differences found