Files
android_kernel_samsung_sm86…/umac/cmn_services/crypto
Rahul Gusain bfd5bae251 qcacmn: Store crypto keys at PSOC instead of PDEV
Currently, host driver allocates the memory for crypto keys in
PDEV. But during SSR, driver destroys PDEV and VDEV and keys are
deleted. This results in SAP starting in open mode after SSR as
the keys are not plumbed.

So, fix this issue by allocating the memory for crypto keys in
PSOC.

Change-Id: Ie97d94b340df9abb258da703286ce16e62a44253
CRs-Fixed: 3663797
2024-02-12 15:09:03 -08:00
..