qcacld-3.0: Replace target params with host params
Currently host uses target params directly which leads to layering violation Replace target wmi pdev/vdev params with host wmi pdev/vdev params in host to fix existing broken layering violation. Change-Id: Ifdfbc3151a1d81466c768e4d016a8f70971d651e CRs-Fixed: 3333879
This commit is contained in:

committed by
Madan Koyyalamudi

parent
c35a56833f
commit
e62e4f2ccb
@@ -338,7 +338,7 @@ target_if_dp_send_dhcp_ind(uint16_t vdev_id,
|
||||
|
||||
/* fill in values */
|
||||
peer_set_param_fp.vdev_id = vdev_id;
|
||||
peer_set_param_fp.param_id = WMI_PEER_CRIT_PROTO_HINT_ENABLED;
|
||||
peer_set_param_fp.param_id = WMI_HOST_PEER_CRIT_PROTO_HINT_ENABLED;
|
||||
|
||||
if (dhcp_ind->dhcp_start)
|
||||
peer_set_param_fp.param_value = 1;
|
||||
|
Reference in New Issue
Block a user