.. | .. |
---|
25 | 25 | void brcms_c_tempsense_upd(struct brcms_c_info *wlc); |
---|
26 | 26 | void brcms_c_stf_ss_algo_channel_get(struct brcms_c_info *wlc, |
---|
27 | 27 | u16 *ss_algo_channel, u16 chanspec); |
---|
28 | | -int brcms_c_stf_ss_update(struct brcms_c_info *wlc, struct brcms_band *band); |
---|
| 28 | +void brcms_c_stf_ss_update(struct brcms_c_info *wlc, struct brcms_band *band); |
---|
29 | 29 | void brcms_c_stf_phy_txant_upd(struct brcms_c_info *wlc); |
---|
30 | 30 | int brcms_c_stf_txchain_set(struct brcms_c_info *wlc, s32 int_val, bool force); |
---|
31 | 31 | bool brcms_c_stf_stbc_rx_set(struct brcms_c_info *wlc, s32 int_val); |
---|