Browse Source

qcacmn: Add action OUI to disable TWT

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

Change-Id: I10fe6218d03f45c132268a120bdeb19d58696d9d
CRs-Fixed: 2793128
Gururaj Pandurangi 4 years ago
parent
commit
00d6ce30a3
1 changed files with 4 additions and 0 deletions
  1. 4 0
      wmi/src/wmi_unified_action_oui_tlv.c

+ 4 - 0
wmi/src/wmi_unified_action_oui_tlv.c

@@ -52,6 +52,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;
 	}