staging: brcm80211: Remove abstraction of pci_(alloc/free)_consistent
commit235742ae4da1c8398a3968b2d5110256fc33d536
authorBrett Rudley <brudley@broadcom.com>
Fri, 25 Feb 2011 15:39:10 +0000 (25 16:39 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 1 Mar 2011 02:15:03 +0000 (28 18:15 -0800)
treefa553c41d2e359e981f3d1a8168258099c3d1d42
parent9010c46c3722d37befaf3d6e0d5024293efa3074
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