Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_mgmt.c907 static const uint8_t wma_mpdu_spacing[] = { 0, 1, 1, 1, 2, 4, 8, 16 }; variable
917 if (mpdudensity < sizeof(wma_mpdu_spacing)) in wma_parse_mpdudensity()
918 return wma_mpdu_spacing[mpdudensity]; in wma_parse_mpdudensity()