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
This commit is contained in:
Liangwei Dong
2021-12-16 16:52:14 +08:00
committed by Madan Koyyalamudi
parent e157d2f8f1
commit a0fa276d5a

View File

@@ -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) && \