From: Arend van Spriel Date: Wed, 19 Sep 2012 20:21:18 +0000 (+0200) Subject: brcmfmac: get rid of void pointer in struct brcmf_cfg80211_priv X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~47^2~31^2^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee928381ec9ec089c4ac35e7aeaaeb5bc4ccd938;p=pandora-kernel.git brcmfmac: get rid of void pointer in struct brcmf_cfg80211_priv Field 'pub' in struct brcmf_cfg80211_priv was types as void pointer and filled with parameter passed in brcmf_cfg80211_attach(). This patch makes the type specific, ie. struct brcmf_pub. Reviewed-by: Hante Meuleman Signed-off-by: Arend van Spriel Signed-off-by: John W. Linville --- Reading git-diff-tree failed