qcacmn: Remove vdev/peer locks for trivial APIs
Remove vdev/peer locks from trivial API's. This follows the changes from which the lock requirement from few simple APIs are removed. Change-Id: I9972d51dfd1a42bdedbfd0fd4e67af03d030a1f5 CRs-Fixed: 2060880
这个提交包含在:
@@ -78,9 +78,7 @@ static int target_if_dfs_cac_complete_event_handler(
|
||||
return -EINVAL;
|
||||
}
|
||||
|
||||
wlan_vdev_obj_lock(vdev);
|
||||
pdev = wlan_vdev_get_pdev(vdev);
|
||||
wlan_vdev_obj_unlock(vdev);
|
||||
if (!pdev) {
|
||||
target_if_err("null pdev");
|
||||
ret = -EINVAL;
|
||||
|
在新工单中引用
屏蔽一个用户