Vaishnavi Chekuru e2b1461482 qcacmn: Using HAL_RX_GET_64 to read cfr elements
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
2023-08-09 04:01:34 -07:00
2023-01-19 02:54:51 -08:00
2023-08-04 02:49:21 -07:00
2023-07-20 19:19:23 -07:00
2017-09-15 21:45:35 +05:30
2017-03-27 08:31:31 -07:00

 This is CNSS WLAN Host Driver for products starting from iHelium  
Deskripsi
No description provided
Baca saya 226 MiB
Languages
C 98.7%
C++ 0.9%
Makefile 0.3%
Starlark 0.1%