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
这个提交包含在:
Vivek
2017-06-21 08:21:58 +05:30
提交者 snandini
父节点 5ec0bd3636
当前提交 b02a649f89
修改 43 个文件,包含 3 行新增324 行删除

查看文件

@@ -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;