aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/brcm80211/brcmsmac/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/brcm80211/brcmsmac/main.h')
-rw-r--r--drivers/staging/brcm80211/brcmsmac/main.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/brcm80211/brcmsmac/main.h b/drivers/staging/brcm80211/brcmsmac/main.h
index 1501a4b77be..6b8b4d2c53f 100644
--- a/drivers/staging/brcm80211/brcmsmac/main.h
+++ b/drivers/staging/brcm80211/brcmsmac/main.h
@@ -369,7 +369,7 @@ struct brcms_c_band {
369 u16 phyrev; 369 u16 phyrev;
370 u16 radioid; 370 u16 radioid;
371 u16 radiorev; 371 u16 radiorev;
372 wlc_phy_t *pi; /* pointer to phy specific information */ 372 struct brcms_phy_pub *pi; /* pointer to phy specific information */
373 bool abgphy_encore; 373 bool abgphy_encore;
374 374
375 u8 gmode; /* currently active gmode */ 375 u8 gmode; /* currently active gmode */
@@ -475,7 +475,7 @@ struct brcms_c_hwband {
475 u16 phyrev; 475 u16 phyrev;
476 u16 radioid; 476 u16 radioid;
477 u16 radiorev; 477 u16 radiorev;
478 wlc_phy_t *pi; /* pointer to phy specific information */ 478 struct brcms_phy_pub *pi; /* pointer to phy specific information */
479 bool abgphy_encore; 479 bool abgphy_encore;
480}; 480};
481 481