Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 08efbe22 authored by Gururaj Pandurangi's avatar Gururaj Pandurangi Committed by Gerrit - the friendly Code Review server
Browse files

qcacmn: Add action OUI to disable TWT

Add a new action OUI to disable TWT for certain APs.

Change-Id: I10fe6218d03f45c132268a120bdeb19d58696d9d
CRs-Fixed: 2793128
parent b278abc3
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -51,6 +51,10 @@ bool wmi_get_action_oui_id(enum action_oui_id action_id,
		*id = WMI_VENDOR_OUI_ACTION_DISABLE_AGGRESSIVE_TX;
		return true;

	case ACTION_OUI_DISABLE_TWT:
		*id = WMI_VENDOR_OUI_ACTION_DISABLE_FW_TRIGGERED_TWT;
		return true;

	default:
		return false;
	}