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:
Anirban Sirkhell
2017-04-14 10:02:39 +08:00
committed by snandini
parent e2bc1b3203
commit 679a710ac8

View File

@@ -5822,6 +5822,7 @@ typedef enum {
wmi_vdev_param_disable_cabq,
wmi_vdev_param_rate_dropdown_bmap,
wmi_vdev_param_tx_power,
wmi_vdev_param_max,
} wmi_conv_vdev_param_id;