|
@@ -1,5 +1,5 @@
|
|
|
/*
|
|
|
- * Copyright (c) 2010-2016 The Linux Foundation. All rights reserved.
|
|
|
+ * Copyright (c) 2010-2017 The Linux Foundation. All rights reserved.
|
|
|
*
|
|
|
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
|
|
|
*
|
|
@@ -6404,6 +6404,13 @@ typedef enum {
|
|
|
*/
|
|
|
WMI_VDEV_PARAM_HE_RANGE_EXT,
|
|
|
|
|
|
+ /* enable or disable BCAST probe response feature */
|
|
|
+ WMI_VDEV_PARAM_ENABLE_BCAST_PROBE_RESPONSE,
|
|
|
+
|
|
|
+ /* param to specify probe request Tx delay during Fast Initial Link Setup */
|
|
|
+ WMI_VDEV_PARAM_FILS_MAX_CHANNEL_GUARD_TIME, /* units = milliseconds */
|
|
|
+
|
|
|
+
|
|
|
/*=== ADD NEW VDEV PARAM TYPES ABOVE THIS LINE ===
|
|
|
* The below vdev param types are used for prototyping, and are
|
|
|
* prone to change.
|