Files
android_kernel_samsung_sm86…/os_if/dp
Amit Mehta 663120a0f7 qcacld-3.0: Replace rcu lock with rtnl lock
Currently mutex is being called while taking rcu read lock
which is resulting in "sleeping function called from invalid context"
warning as mutex is not allowed while holding rcu_read_lock.

To fix the issue replace rcu lock with rtnl lock.

CRs-Fixed: 3600635
Change-Id: I41aa27094ef58363eeda4bdb15f23d312e7bac37
2023-08-31 18:35:28 -07:00
..