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:

committed by
snandini

parent
83298473ca
commit
f31b24105b
@@ -473,19 +473,17 @@ enum _ol_ath_param_t {
|
||||
#if DBDC_REPEATER_SUPPORT
|
||||
OL_ATH_PARAM_DELAY_STAVAP_UP = 324,
|
||||
#endif
|
||||
/* Can be used to configure transmit power for management frames */
|
||||
OL_ATH_PARAM_TXPOW_MGMT = 326,
|
||||
/* It is used to set the channel switch options */
|
||||
OL_ATH_PARAM_CHANSWITCH_OPTIONS = 327,
|
||||
OL_ATH_BTCOEX_ENABLE = 328,
|
||||
OL_ATH_BTCOEX_WL_PRIORITY = 329,
|
||||
OL_ATH_PARAM_TID_OVERRIDE_QUEUE_MAPPING = 330,
|
||||
OL_ATH_PARAM_CAL_VER_CHECK = 331,
|
||||
OL_ATH_PARAM_NO_VLAN = 332,
|
||||
OL_ATH_PARAM_NO_VLAN = 332,
|
||||
OL_ATH_PARAM_CCA_THRESHOLD = 333,
|
||||
OL_ATH_PARAM_ATF_LOGGING = 334,
|
||||
OL_ATH_PARAM_STRICT_DOTH = 335,
|
||||
OL_ATH_PARAM_DISCONNECTION_TIMEOUT = 336,
|
||||
OL_ATH_PARAM_DISCONNECTION_TIMEOUT = 336,
|
||||
OL_ATH_PARAM_RECONFIGURATION_TIMEOUT = 337,
|
||||
OL_ATH_PARAM_CHANNEL_SWITCH_COUNT = 338,
|
||||
OL_ATH_PARAM_ALWAYS_PRIMARY = 339,
|
||||
|
Reference in New Issue
Block a user