commit | 788838ebe8a4caca93a91982c7bbf393edf24c08 | [log] [tgz] |
---|---|---|
author | Lennert Buytenhek <buytenh@wantstofly.org> | Thu Oct 22 20:20:56 2009 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Nov 06 16:54:37 2009 -0500 |
tree | 5572f3e9d6a460d28556bb295e49f37b5c32dc3a | |
parent | eae74e6545d995ab0baa8fb07309f714d9616293 [diff] |
mwl8k: use pci_unmap_addr{,set}() to keep track of unmap addresses on rx Instead of reading back the unmap address from the receive descriptor when doing receive processing, use DECLARE_PCI_UNMAP_ADDR and pci_unmap_addr{,set}() to keep track of these addresses. Signed-off-by: Lennert Buytenhek <buytenh@marvell.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>