From: Arend van Spriel Date: Tue, 1 Mar 2011 09:56:54 +0000 (+0100) Subject: staging: brcm80211: remove usage of struct osl_info for register access X-Git-Tag: v2.6.39-rc1~469^2~345 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff31c54c9d15261ca4780cd0ab5183589438143f;p=pandora-kernel.git staging: brcm80211: remove usage of struct osl_info for register access Register access to the device uses a flag in struct osl_info to determine whether to use memory mapped access or not. This check was not needed as it boils down to memory mapped for brcmsmac driver and not for brcmfmac driver. Only use of struct osl_info is reduced to keeping track of the number of allocated sk_buffs within the driver(s). Reviewed-by: Roland Vossen Reviewed-by: Brett Rudley Signed-off-by: Arend van Spriel Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed