Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_main.c5696 ht_cap->ht_rx_ldpc = (!!(value & WMI_HT_CAP_RX_LDPC)); in wma_derive_ext_ht_cap()
5711 (!!(value & WMI_HT_CAP_RX_LDPC))); in wma_derive_ext_ht_cap()
7193 status = (!!(caps_per_phy.ht_2g & WMI_HT_CAP_RX_LDPC)); in wma_is_rx_ldpc_supported_for_channel()
7195 status = (!!(caps_per_phy.ht_5g & WMI_HT_CAP_RX_LDPC)); in wma_is_rx_ldpc_supported_for_channel()
/wlan-driver/fw-api/fw/
Dwmi_unified.h2683 #define WMI_HT_CAP_RX_LDPC 0x1000 /* LDPC RX support */ macro
2701 WMI_HT_CAP_RX_LDPC)