08bf9be85257dbfaa2f979518009d39d284f2f7a

For big endian based offload radios, the key installed using WMI_VDEV_INSTALL_KEY_CMDID requires to be code swapped as the copy engine for big endian platform does byte swap operation on the received key before sending it down to FW. The big endian conversion is carried out in ol_if_vap.c for big endian platform specific radios. However, it is observed that an additional copy is carried out in the WMI layer that is overwriting the converted key with old key, in the non-swapped form. Hence move the big endian operation to the WMI layer to ensure uniform functioning of the API Change-Id: I9ee16572d08045b0f55b0de190efba5c6806031c CRs-Fixed: 2161682
This is CNSS WLAN Host Driver for products starting from iHelium
Description
Languages
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%