aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/staging/brcm80211/brcmsmac/phy/phy_lcn.c10
-rw-r--r--drivers/staging/brcm80211/brcmsmac/phy/phytbl_lcn.h2
2 files changed, 4 insertions, 8 deletions
diff --git a/drivers/staging/brcm80211/brcmsmac/phy/phy_lcn.c b/drivers/staging/brcm80211/brcmsmac/phy/phy_lcn.c
index 8e98d8f8a7e..41ac6817588 100644
--- a/drivers/staging/brcm80211/brcmsmac/phy/phy_lcn.c
+++ b/drivers/staging/brcm80211/brcmsmac/phy/phy_lcn.c
@@ -535,12 +535,6 @@ static const s8 lcnphy_gain_index_offset_for_rssi[] = {
535 -2 535 -2
536}; 536};
537 537
538extern const u8 spur_tbl_rev0[];
539extern const u32 dot11lcnphytbl_rx_gain_info_sz_rev1;
540extern const struct phytbl_info dot11lcnphytbl_rx_gain_info_rev1[];
541extern const struct phytbl_info dot11lcn_sw_ctrl_tbl_info_4313_bt_epa;
542extern const struct phytbl_info dot11lcn_sw_ctrl_tbl_info_4313_bt_epa_p250;
543
544struct chan_info_2064_lcnphy { 538struct chan_info_2064_lcnphy {
545 uint chan; 539 uint chan;
546 uint freq; 540 uint freq;
@@ -991,7 +985,7 @@ static bool wlc_lcnphy_rx_iq_est(struct brcms_phy *pi, u16 num_samps,
991static bool wlc_lcnphy_calc_rx_iq_comp(struct brcms_phy *pi, u16 num_samps); 985static bool wlc_lcnphy_calc_rx_iq_comp(struct brcms_phy *pi, u16 num_samps);
992static u16 wlc_lcnphy_get_pa_gain(struct brcms_phy *pi); 986static u16 wlc_lcnphy_get_pa_gain(struct brcms_phy *pi);
993static void wlc_lcnphy_afe_clk_init(struct brcms_phy *pi, u8 mode); 987static void wlc_lcnphy_afe_clk_init(struct brcms_phy *pi, u8 mode);
994extern void wlc_lcnphy_tx_pwr_ctrl_init(struct brcms_phy_pub *ppi); 988static void wlc_lcnphy_tx_pwr_ctrl_init(struct brcms_phy_pub *ppi);
995static void wlc_lcnphy_radio_2064_channel_tune_4313(struct brcms_phy *pi, 989static void wlc_lcnphy_radio_2064_channel_tune_4313(struct brcms_phy *pi,
996 u8 channel); 990 u8 channel);
997 991
@@ -2275,7 +2269,7 @@ static void wlc_lcnphy_vbat_temp_sense_setup(struct brcms_phy *pi, u8 mode)
2275 udelay(999); 2269 udelay(999);
2276} 2270}
2277 2271
2278void WLBANDINITFN(wlc_lcnphy_tx_pwr_ctrl_init) (struct brcms_phy_pub *ppi) 2272static void WLBANDINITFN(wlc_lcnphy_tx_pwr_ctrl_init) (struct brcms_phy_pub *ppi)
2279{ 2273{
2280 struct lcnphy_txgains tx_gains; 2274 struct lcnphy_txgains tx_gains;
2281 u8 bbmult; 2275 u8 bbmult;
diff --git a/drivers/staging/brcm80211/brcmsmac/phy/phytbl_lcn.h b/drivers/staging/brcm80211/brcmsmac/phy/phytbl_lcn.h
index 644389f0340..5f75e16bf5a 100644
--- a/drivers/staging/brcm80211/brcmsmac/phy/phytbl_lcn.h
+++ b/drivers/staging/brcm80211/brcmsmac/phy/phytbl_lcn.h
@@ -22,6 +22,8 @@ extern const u32 dot11lcnphytbl_rx_gain_info_sz_rev0;
22extern const struct phytbl_info dot11lcn_sw_ctrl_tbl_info_4313; 22extern const struct phytbl_info dot11lcn_sw_ctrl_tbl_info_4313;
23extern const struct phytbl_info dot11lcn_sw_ctrl_tbl_info_4313_epa; 23extern const struct phytbl_info dot11lcn_sw_ctrl_tbl_info_4313_epa;
24extern const struct phytbl_info dot11lcn_sw_ctrl_tbl_info_4313_epa_combo; 24extern const struct phytbl_info dot11lcn_sw_ctrl_tbl_info_4313_epa_combo;
25extern const struct phytbl_info dot11lcn_sw_ctrl_tbl_info_4313_bt_epa;
26extern const struct phytbl_info dot11lcn_sw_ctrl_tbl_info_4313_bt_epa_p250;
25 27
26extern const struct phytbl_info dot11lcnphytbl_info_rev0[]; 28extern const struct phytbl_info dot11lcnphytbl_info_rev0[];
27extern const u32 dot11lcnphytbl_info_sz_rev0; 29extern const u32 dot11lcnphytbl_info_sz_rev0;