qcacmn: set txpow for frame and subframe
command:- 1. "iwpriv athx s_txpow param1 param2" 2. "iwpriv athx g_txpow param1" param1 = frame_type<<8+frame_subtype param2 is power_value if subtype == 0xff means set all subtype of that frame type Change-Id: I8c68e1ca6a5829a3f0cf01b2c32c3332e1010243 CRs-Fixed: 2175241
This commit is contained in:
@@ -9288,6 +9288,7 @@ static void populate_vdev_param_non_tlv(uint32_t *vdev_param)
|
||||
vdev_param[wmi_vdev_param_capabilities] =
|
||||
WMI_VDEV_PARAM_CAPABILITIES;
|
||||
vdev_param[wmi_vdev_param_mgmt_tx_power] = WMI_VDEV_PARAM_MGMT_TX_POWER;
|
||||
vdev_param[wmi_vdev_param_tx_power] = WMI_VDEV_PARAM_TX_POWER;
|
||||
vdev_param[wmi_vdev_param_atf_ssid_sched_policy] =
|
||||
WMI_VDEV_PARAM_ATF_SSID_SCHED_POLICY;
|
||||
vdev_param[wmi_vdev_param_disable_dyn_bw_rts] =
|
||||
|
Reference in New Issue
Block a user