diff options
-rw-r--r-- | drivers/net/wireless/brcm80211/brcmsmac/phy/phy_lcn.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/brcm80211/brcmsmac/phy/phy_lcn.c b/drivers/net/wireless/brcm80211/brcmsmac/phy/phy_lcn.c index 2917f5c9fc1e..8fb10485a74d 100644 --- a/drivers/net/wireless/brcm80211/brcmsmac/phy/phy_lcn.c +++ b/drivers/net/wireless/brcm80211/brcmsmac/phy/phy_lcn.c | |||
@@ -5019,6 +5019,8 @@ void wlc_phy_chanspec_set_lcnphy(struct brcms_phy *pi, u16 chanspec) | |||
5019 | wlc_lcnphy_load_tx_iir_filter(pi, true, 3); | 5019 | wlc_lcnphy_load_tx_iir_filter(pi, true, 3); |
5020 | 5020 | ||
5021 | mod_phy_reg(pi, 0x4eb, (0x7 << 3), (1) << 3); | 5021 | mod_phy_reg(pi, 0x4eb, (0x7 << 3), (1) << 3); |
5022 | if (wlc_lcnphy_tssi_based_pwr_ctrl_enabled(pi)) | ||
5023 | wlc_lcnphy_tssi_setup(pi); | ||
5022 | } | 5024 | } |
5023 | 5025 | ||
5024 | void wlc_phy_detach_lcnphy(struct brcms_phy *pi) | 5026 | void wlc_phy_detach_lcnphy(struct brcms_phy *pi) |