Lines Matching refs:int_val
131 static bool brcms_c_stf_stbc_tx_set(struct brcms_c_info *wlc, s32 int_val)
133 if ((int_val != AUTO) && (int_val != OFF) && (int_val != ON))
136 if ((int_val == ON) && (wlc->stf->txstreams == 1))
139 wlc->bandstate[BAND_2G_INDEX]->band_stf_stbc_tx = (s8) int_val;
140 wlc->bandstate[BAND_5G_INDEX]->band_stf_stbc_tx = (s8) int_val;
145 bool brcms_c_stf_stbc_rx_set(struct brcms_c_info *wlc, s32 int_val)
147 if ((int_val != HT_CAP_RX_STBC_NO)
148 && (int_val != HT_CAP_RX_STBC_ONE_STREAM))
152 if ((int_val != HT_CAP_RX_STBC_NO)
157 brcms_c_stf_stbc_rx_ht_update(wlc, int_val);
264 int brcms_c_stf_txchain_set(struct brcms_c_info *wlc, s32 int_val, bool force)
266 u8 txchain = (u8) int_val;