aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/brcm80211/phy/wlc_phy_hal.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/brcm80211/phy/wlc_phy_hal.h')
-rw-r--r--drivers/staging/brcm80211/phy/wlc_phy_hal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/brcm80211/phy/wlc_phy_hal.h b/drivers/staging/brcm80211/phy/wlc_phy_hal.h
index c462387d20b..514e15e0028 100644
--- a/drivers/staging/brcm80211/phy/wlc_phy_hal.h
+++ b/drivers/staging/brcm80211/phy/wlc_phy_hal.h
@@ -146,7 +146,6 @@ typedef struct shared_phy_params {
146 u32 boardflags2; 146 u32 boardflags2;
147} shared_phy_params_t; 147} shared_phy_params_t;
148 148
149#ifdef WLC_LOW
150 149
151extern shared_phy_t *wlc_phy_shared_attach(shared_phy_params_t *shp); 150extern shared_phy_t *wlc_phy_shared_attach(shared_phy_params_t *shp);
152extern void wlc_phy_shared_detach(shared_phy_t *phy_sh); 151extern void wlc_phy_shared_detach(shared_phy_t *phy_sh);
@@ -185,7 +184,6 @@ extern void wlc_phy_set_deaf(wlc_phy_t *ppi, bool user_flag);
185extern void wlc_phy_switch_radio(wlc_phy_t *ppi, bool on); 184extern void wlc_phy_switch_radio(wlc_phy_t *ppi, bool on);
186extern void wlc_phy_anacore(wlc_phy_t *ppi, bool on); 185extern void wlc_phy_anacore(wlc_phy_t *ppi, bool on);
187 186
188#endif /* WLC_LOW */
189 187
190extern void wlc_phy_BSSinit(wlc_phy_t *ppi, bool bonlyap, int rssi); 188extern void wlc_phy_BSSinit(wlc_phy_t *ppi, bool bonlyap, int rssi);
191 189