Browse Source

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
Liangwei Dong 3 năm trước cách đây
mục cha
commit
a0fa276d5a
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      os_if/linux/wlan_cfg80211.h

+ 2 - 0
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) && \