staging: brcm80211: correct bcmsdh_recv_buf() calls
commit94174c21fba133da961eedf4fdb217b5953d8a22
authorArend van Spriel <arend@broadcom.com>
Wed, 29 Jun 2011 23:46:57 +0000 (29 16:46 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 5 Jul 2011 16:57:14 +0000 (5 09:57 -0700)
tree6af16d4cd60d54353a2b208c88371d1440845fb4
parent4c5c488a3c0fdcbdce0e212c0e99c01cffce2039
staging: brcm80211: correct bcmsdh_recv_buf() calls

The calls in dhd_sdio.c to bcmsdh_recv_buf() function passed a wrong
handle. The parameter in the function prototype was typed as void
pointer so compiler could not detect. This patch makes the type
explicit and fixes the calls to the function.

Signed-off-by: Arend van Spriel <arend@broadcom.com>
Reviewed-by: Roland Vossen <rvossen@broadcom.com>
Reviewed-by: Franky Lin <frankyl@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/brcm80211/brcmfmac/bcmsdh.c
drivers/staging/brcm80211/brcmfmac/dhd_sdio.c
drivers/staging/brcm80211/brcmfmac/sdio_host.h