From a0fa276d5a8e5cf784b41bd10198b88942be74b6 Mon Sep 17 00:00:00 2001 From: Liangwei Dong Date: Thu, 16 Dec 2021 16:52:14 +0800 Subject: [PATCH] qcacmn: Add MCC quota Vendor command and event index Add enum QCA_NL80211_VENDOR_SUBCMD_MCC_QUOTA_INDEX for new vendor command QCA_NL80211_VENDOR_SUBCMD_MCC_QUOTA. Change-Id: Ib09d5a6ad59b625e2d5d458a01e8f6c82cee4762 CRs-Fixed: 3101808 --- os_if/linux/wlan_cfg80211.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/os_if/linux/wlan_cfg80211.h b/os_if/linux/wlan_cfg80211.h index 82926a0f63..e089b940f0 100644 --- a/os_if/linux/wlan_cfg80211.h +++ b/os_if/linux/wlan_cfg80211.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2016-2021 The Linux Foundation. All rights reserved. + * Copyright (c) 2022 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 @@ -248,6 +249,7 @@ enum qca_nl80211_vendor_subcmds_index { #ifdef WLAN_FEATURE_ROAM_OFFLOAD QCA_NL80211_VENDOR_SUBCMD_ROAM_EVENTS_INDEX, #endif + QCA_NL80211_VENDOR_SUBCMD_MCC_QUOTA_INDEX, }; #if !defined(SUPPORT_WDEV_CFG80211_VENDOR_EVENT_ALLOC) && \