Просмотр исходного кода

Merge "fw-api: CL 6535789 - update fw common interface files"

Linux Build Service Account 6 лет назад
Родитель
Сommit
995edb416d
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      fw/wlan_module_ids.h

+ 2 - 1
fw/wlan_module_ids.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2018 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2011-2019 The Linux Foundation. All rights reserved.
  *
  * Previously licensed under the ISC license by Qualcomm Atheros, Inc.
  *
@@ -112,6 +112,7 @@ typedef enum {
   WLAN_MODULE_AP_TWT,                   /* 0x4e */
   WLAN_MODULE_UL_OFDMA,                 /* 0x4f */
   WLAN_MODULE_HPCS_PULSE,               /* 0x50 */
+  WLAN_MODULE_DTF,                      /* 0x51 */ /* Deterministic Test Framework */
 
   WLAN_MODULE_ID_MAX,
   WLAN_MODULE_ID_INVALID = WLAN_MODULE_ID_MAX,