commit | 4958730e2b4e10d29aa80574a848308ed95f508f | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Thu Dec 27 01:57:47 2007 -0500 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 15:08:57 2008 -0800 |
tree | 8626307bc0df8dcd308eb06e35737ec36106150f | |
parent | 472caf8c8a534367be8954dacf7c9e0317bb7e89 [diff] |
ipw2200: ipw_tx_skb() endianness bug 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>