Loading fw/wmi_unified.h +16 −0 Original line number Diff line number Diff line Loading @@ -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) Loading Loading @@ -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 fw/wmi_version.h +1 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ #define __WMI_VER_MINOR_ 0 /** WMI revision number has to be incremented when there is a * change that may or may not break compatibility. */ #define __WMI_REVISION_ 1200 #define __WMI_REVISION_ 1201 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work Loading Loading
fw/wmi_unified.h +16 −0 Original line number Diff line number Diff line Loading @@ -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) Loading Loading @@ -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
fw/wmi_version.h +1 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ #define __WMI_VER_MINOR_ 0 /** WMI revision number has to be incremented when there is a * change that may or may not break compatibility. */ #define __WMI_REVISION_ 1200 #define __WMI_REVISION_ 1201 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work Loading