|
@@ -1,6 +1,6 @@
|
|
|
/*
|
|
|
* Copyright (c) 2016-2018, 2020 The Linux Foundation. All rights reserved.
|
|
|
- * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
|
+ * Copyright (c) 2022-2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
|
*
|
|
|
* Permission to use, copy, modify, and/or distribute this software for
|
|
|
* any purpose with or without fee is hereby granted, provided that the
|
|
@@ -63,6 +63,9 @@ bool wmi_get_action_oui_id(enum action_oui_id action_id,
|
|
|
case ACTION_OUI_11BE_OUI_ALLOW:
|
|
|
*id = WMI_VENDOR_OUI_ACTION_ALLOW_11BE;
|
|
|
return true;
|
|
|
+ case ACTION_OUI_DISABLE_DYNAMIC_QOS_NULL_TX_RATE:
|
|
|
+ *id = WMI_VENDOR_OUI_ACTION_DISABLE_DYNAMIC_QOS_NULL_TX_RATE;
|
|
|
+ return true;
|
|
|
default:
|
|
|
return false;
|
|
|
}
|