Skip to content

Commit

Permalink
brcmfmac: rename structure brcmf_cfg80211_priv
Browse files Browse the repository at this point in the history
Renamed structure to brcmf_cfg80211_info as it is not really a
private structure since it is exposed in header file.

Reviewed-by: Hante Meuleman <meuleman@broadcom.com>
Reviewed-by: Pieter-Paul Giesberts <pieterpg@broadcom.com>
Signed-off-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Arend van Spriel authored and John W. Linville committed Sep 28, 2012
1 parent 1a87334 commit 27a68fe
Show file tree
Hide file tree
Showing 3 changed files with 615 additions and 616 deletions.
2 changes: 1 addition & 1 deletion drivers/net/wireless/brcm80211/brcmfmac/dhd.h
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ struct brcmf_pub {
/* Linkage ponters */
struct brcmf_bus *bus_if;
struct brcmf_proto *prot;
struct brcmf_cfg80211_priv *config;
struct brcmf_cfg80211_info *config;
struct device *dev; /* fullmac dongle device pointer */

/* Internal brcmf items */
Expand Down
Loading

0 comments on commit 27a68fe

Please sign in to comment.