diff options
-rw-r--r-- | drivers/staging/brcm80211/sys/wlc_mac80211.h | 2 | ||||
-rw-r--r-- | drivers/staging/brcm80211/sys/wlc_types.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/brcm80211/sys/wlc_mac80211.h b/drivers/staging/brcm80211/sys/wlc_mac80211.h index 2ad37f612f00..bfd9ad4118ad 100644 --- a/drivers/staging/brcm80211/sys/wlc_mac80211.h +++ b/drivers/staging/brcm80211/sys/wlc_mac80211.h | |||
@@ -476,7 +476,7 @@ struct wlc_hw_info { | |||
476 | bool forcefastclk; /* true if the h/w is forcing the use of fast clk */ | 476 | bool forcefastclk; /* true if the h/w is forcing the use of fast clk */ |
477 | bool clk; /* core is out of reset and has clock */ | 477 | bool clk; /* core is out of reset and has clock */ |
478 | bool sbclk; /* sb has clock */ | 478 | bool sbclk; /* sb has clock */ |
479 | bmac_pmq_t *bmac_pmq; /* bmac PM states derived from ucode PMQ */ | 479 | struct bmac_pmq *bmac_pmq; /* bmac PM states derived from ucode PMQ */ |
480 | bool phyclk; /* phy is out of reset and has clock */ | 480 | bool phyclk; /* phy is out of reset and has clock */ |
481 | bool dma_lpbk; /* core is in DMA loopback */ | 481 | bool dma_lpbk; /* core is in DMA loopback */ |
482 | 482 | ||
diff --git a/drivers/staging/brcm80211/sys/wlc_types.h b/drivers/staging/brcm80211/sys/wlc_types.h index 284e7c350c81..5f63c48b00fd 100644 --- a/drivers/staging/brcm80211/sys/wlc_types.h +++ b/drivers/staging/brcm80211/sys/wlc_types.h | |||
@@ -26,7 +26,7 @@ typedef struct wl_if wl_if_t; | |||
26 | struct ampdu_info; | 26 | struct ampdu_info; |
27 | struct wlc_ap_info; | 27 | struct wlc_ap_info; |
28 | struct antsel_info; | 28 | struct antsel_info; |
29 | typedef struct bmac_pmq bmac_pmq_t; | 29 | struct bmac_pmq; |
30 | 30 | ||
31 | struct d11init; | 31 | struct d11init; |
32 | 32 | ||