e2b1461482766804b6c977f2093c881771c7dcba

RCC mode of CFR capturing was not working on miami as bb_captured_channel field which is being accessed from RXPCU_PPDU_END_INFO tlv is not being set in host. These fields of cfr are fetched from HAL_RX_GET() which is being failed to read by host as it follows 32 bit approach and miami uses 64 bit format. Reading 4 bytes is not enough ,So changing HAL_RX_GET() to HAL_RX_GET_64() and this will read 8 bytes with which we get elements properly. Change-Id: I8c669e5cc78ce856c1bc4b0449125aac45461a9b CRs-Fixed: 3572563
This is CNSS WLAN Host Driver for products starting from iHelium
Deskripsi
Languages
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%