Home
last modified time | relevance | path

Searched refs:stbc_cap (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/staging/rtl8723bs/include/
H A Drtw_ht.h33 u8 stbc_cap; member
/linux/drivers/staging/rtl8723bs/core/
H A Drtw_mlme.c2228 CLEAR_FLAGS(phtpriv->stbc_cap); in rtw_ht_use_default_setting()
2230 if (TEST_FLAG(pregistrypriv->stbc_cap, BIT5)) in rtw_ht_use_default_setting()
2231 SET_FLAG(phtpriv->stbc_cap, STBC_HT_ENABLE_TX); in rtw_ht_use_default_setting()
2235 if (TEST_FLAG(pregistrypriv->stbc_cap, BIT4)) in rtw_ht_use_default_setting()
2236 SET_FLAG(phtpriv->stbc_cap, STBC_HT_ENABLE_RX); in rtw_ht_use_default_setting()
2329 if (TEST_FLAG(phtpriv->stbc_cap, STBC_HT_ENABLE_TX)) in rtw_restructure_ht_ie()
2335 if (TEST_FLAG(phtpriv->stbc_cap, STBC_HT_ENABLE_RX)) { in rtw_restructure_ht_ie()