]> git.baikalelectronics.ru Git - kernel.git/commit
staging: brcm80211: Remove abstraction of pci_(alloc/free)_consistent
authorBrett Rudley <brudley@broadcom.com>
Fri, 25 Feb 2011 15:39:10 +0000 (16:39 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 1 Mar 2011 02:15:03 +0000 (18:15 -0800)
commitfd71381a5a38b539d29ab4789d6dd361d6923b3f
treefa553c41d2e359e981f3d1a8168258099c3d1d42
parentc07d88cc524bde7ef3aeb0abc9bfe0903e3eac49
staging: brcm80211: Remove abstraction of pci_(alloc/free)_consistent

The abstraction for allocating and freeing dma descriptor memory
has been removed and replaced by usage of pci_alloc_consistent and
pci_free_consistent.

Reviewed-by: Roland Vossen <rvossen@broadcom.com>
Signed-off-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/brcm80211/include/osl.h
drivers/staging/brcm80211/util/hnddma.c
drivers/staging/brcm80211/util/linux_osl.c