commit | ee928381ec9ec089c4ac35e7aeaaeb5bc4ccd938 | [log] [tgz] |
---|---|---|
author | Arend van Spriel <arend@broadcom.com> | Wed Sep 19 22:21:18 2012 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Sep 24 15:02:07 2012 -0400 |
tree | 3087313dd2c6897493abcd71f98bd9dc4de9c64e | |
parent | 02030eb61d2737c7e6a2b75506b57608d86199c5 [diff] |
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 <meuleman@broadcom.com> Signed-off-by: Arend van Spriel <arend@broadcom.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>