Bladeren bron

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
Rajeev Kumar Sirasanagandla 6 jaren geleden
bovenliggende
commit
33d9b7fc64
1 gewijzigde bestanden met toevoegingen van 4 en 0 verwijderingen
  1. 4 0
      wmi/src/wmi_unified_action_oui_tlv.c

+ 4 - 0
wmi/src/wmi_unified_action_oui_tlv.c

@@ -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;
 		return true;
 
+	case ACTION_OUI_DISABLE_AGGRESSIVE_TX:
+		*id = WMI_VENDOR_OUI_ACTION_DISABLE_AGGRESSIVE_TX;
+		return true;
+
 	default:
 		return false;
 	}