Home
last modified time | relevance | path

Searched refs:GET_HT_CAPABILITY_ELE_RX_STBC (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/staging/rtl8723bs/include/
Drtw_ht.h97 #define GET_HT_CAPABILITY_ELE_RX_STBC(_pEleStart) LE_BITS_TO_1BYTE((_pEleStart)+1, 0, 2) macro
/Linux-v5.10/drivers/staging/rtl8723bs/core/
Drtw_ap.c633 GET_HT_CAPABILITY_ELE_RX_STBC((u8 *)(&phtpriv_sta->ht_cap))) { in update_sta_info_apmode()
Drtw_wlan_util.c1095 if (TEST_FLAG(phtpriv->stbc_cap, STBC_HT_ENABLE_TX) && GET_HT_CAPABILITY_ELE_RX_STBC(pIE->data)) { in HT_caps_handler()