staging: brcm80211: remove usage of struct osl_info to access device
authorArend van Spriel <arend@broadcom.com>
Fri, 25 Feb 2011 15:39:24 +0000 (16:39 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 1 Mar 2011 02:20:35 +0000 (18:20 -0800)
commit06d278c51a072a655d7da23e3acc53f676967375
tree58a06f243cabb7d50f6f399ee7a27da8fec3d6b6
parent7c0e45d7fb4ca3f9505b316598f4c2d748f3e8d0
staging: brcm80211: remove usage of struct osl_info to access device

For accessing the PCI or SDIO device in the driver the device is stored
in a separate structure osl_info. To get rid of the osl concept the use
of this device pointer attribute is removed from the drivers.

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/brcmsmac/phy/wlc_phy_cmn.c
drivers/staging/brcm80211/include/nicpci.h
drivers/staging/brcm80211/include/osl.h
drivers/staging/brcm80211/include/siutils.h
drivers/staging/brcm80211/util/aiutils.c
drivers/staging/brcm80211/util/hnddma.c
drivers/staging/brcm80211/util/nicpci.c
drivers/staging/brcm80211/util/siutils.c