qcacmn: Add WMI support to disable aggressive TX
Add WMI support to send action oui DISABLE_AGGRESSIVE_TX to firmware to disable some of aggressive tx features for peer mac when DUT is operating in softap mode. Aggressive TX features disabled are SIFS bursting, assist and support of more than 32 frames in AMPDU. Change-Id: Iaad1917a6a4897cef4d65a8951d3d1f207a9167b CRs-Fixed: 2364937
This commit is contained in:

committed by
nshrivas

parent
b9f08212f6
commit
33d9b7fc64
@@ -47,6 +47,10 @@ bool wmi_get_action_oui_id(enum action_oui_id action_id,
|
|||||||
*id = WMI_VENDOR_OUI_ACTION_CONNECTION_1X1_NUM_TX_RX_CHAINS_1;
|
*id = WMI_VENDOR_OUI_ACTION_CONNECTION_1X1_NUM_TX_RX_CHAINS_1;
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
|
case ACTION_OUI_DISABLE_AGGRESSIVE_TX:
|
||||||
|
*id = WMI_VENDOR_OUI_ACTION_DISABLE_AGGRESSIVE_TX;
|
||||||
|
return true;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user