staging: brcm80211: remove osl handle from pkttotlen function
commitd6075c9c0ca52cc560f6a5be27c361aaa15603c6
authorArend van Spriel <arend@broadcom.com>
Fri, 25 Feb 2011 15:39:21 +0000 (25 16:39 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 1 Mar 2011 02:19:55 +0000 (28 18:19 -0800)
tree5dab8187c3d3c0ee42cf9500582e33a65991f0d2
parent61044c4cef8b0380e8ec4b06eff24884e4c7d9b9
staging: brcm80211: remove osl handle from pkttotlen function

The function pkttotlen was part of osl function and as such was
called with struct osl_info parameter although not used within
the function. As part of remove the whole osl concept from the
drivers this parameter has been removed from the function
prototype.

Reviewed-by: Roland Vossen <rvossen@broadcom.com>
Reviewed-by: Brett Rudley <brudley@broadcom.com>
Signed-off-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/brcm80211/brcmfmac/dhd_sdio.c
drivers/staging/brcm80211/brcmsmac/wlc_ampdu.c
drivers/staging/brcm80211/brcmsmac/wlc_mac80211.c
drivers/staging/brcm80211/include/bcmutils.h
drivers/staging/brcm80211/util/bcmutils.c