|
@@ -8782,6 +8782,13 @@ typedef enum {
|
|
|
*/
|
|
|
WMI_PDEV_PARAM_SA_PARALLEL_MODE_GPIO_DRIVE_CFG,
|
|
|
|
|
|
+ /*
|
|
|
+ * Param to disable LPI antenna optimizations
|
|
|
+ * In 6G LPI mode, additional antenna optimizations are done to
|
|
|
+ * improve range. Param is provided to disable the added
|
|
|
+ * optimizations.
|
|
|
+ */
|
|
|
+ WMI_PDEV_PARAM_DISABLE_LPI_ANT_OPTIMIZATION,
|
|
|
} WMI_PDEV_PARAM;
|
|
|
|
|
|
#define WMI_PDEV_ONLY_BSR_TRIG_IS_ENABLED(trig_type) WMI_GET_BITS(trig_type, 0, 1)
|
|
@@ -14636,6 +14643,15 @@ typedef enum {
|
|
|
/* Final bmiss time for WOW mode in sec */
|
|
|
WMI_VDEV_PARAM_FINAL_BMISS_TIME_WOW_SEC, /* 0xB8 */
|
|
|
|
|
|
+ /*
|
|
|
+ * Param to disable LPI antenna optimizations at Vdev level.
|
|
|
+ * In 6G LPI mode, additional antenna optimizations are done to
|
|
|
+ * improve range. Param is provided to disable the added
|
|
|
+ * optimizations.
|
|
|
+ */
|
|
|
+ WMI_VDEV_PARAM_DISABLE_LPI_ANT_OPTIMIZATION, /* 0xB9 */
|
|
|
+
|
|
|
+
|
|
|
|
|
|
/*=== ADD NEW VDEV PARAM TYPES ABOVE THIS LINE ===
|
|
|
* The below vdev param types are used for prototyping, and are
|