From 679a710ac8813e646b834411cfcce11e222d1379 Mon Sep 17 00:00:00 2001 From: Anirban Sirkhell Date: Fri, 14 Apr 2017 10:02:39 +0800 Subject: [PATCH] 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 --- wmi_unified_param.h | 1 + 1 file changed, 1 insertion(+) diff --git a/wmi_unified_param.h b/wmi_unified_param.h index aeafeb6f00..ccb102b8ec 100644 --- a/wmi_unified_param.h +++ b/wmi_unified_param.h @@ -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;